Uses of Class
com.oracle.bmc.wlms.requests.ListAgreementRecordsRequest
-
Packages that use ListAgreementRecordsRequest Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.requests -
-
Uses of ListAgreementRecordsRequest in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms with parameters of type ListAgreementRecordsRequest Modifier and Type Method Description ListAgreementRecordsResponseWeblogicManagementService. listAgreementRecords(ListAgreementRecordsRequest request)List the terms of use agreement record for the WebLogic domain.Future<ListAgreementRecordsResponse>WeblogicManagementServiceAsync. listAgreementRecords(ListAgreementRecordsRequest request, AsyncHandler<ListAgreementRecordsRequest,ListAgreementRecordsResponse> handler)List the terms of use agreement record for the WebLogic domain.Future<ListAgreementRecordsResponse>WeblogicManagementServiceAsyncClient. listAgreementRecords(ListAgreementRecordsRequest request, AsyncHandler<ListAgreementRecordsRequest,ListAgreementRecordsResponse> handler)ListAgreementRecordsResponseWeblogicManagementServiceClient. listAgreementRecords(ListAgreementRecordsRequest request)Iterable<AgreementRecordSummary>WeblogicManagementServicePaginators. listAgreementRecordsRecordIterator(ListAgreementRecordsRequest request)Creates a new iterable which will iterate over theAgreementRecordSummaryobjects contained in responses from the listAgreementRecords operation.Iterable<ListAgreementRecordsResponse>WeblogicManagementServicePaginators. listAgreementRecordsResponseIterator(ListAgreementRecordsRequest request)Creates a new iterable which will iterate over the responses received from the listAgreementRecords operation.Method parameters in com.oracle.bmc.wlms with type arguments of type ListAgreementRecordsRequest Modifier and Type Method Description Future<ListAgreementRecordsResponse>WeblogicManagementServiceAsync. listAgreementRecords(ListAgreementRecordsRequest request, AsyncHandler<ListAgreementRecordsRequest,ListAgreementRecordsResponse> handler)List the terms of use agreement record for the WebLogic domain.Future<ListAgreementRecordsResponse>WeblogicManagementServiceAsyncClient. listAgreementRecords(ListAgreementRecordsRequest request, AsyncHandler<ListAgreementRecordsRequest,ListAgreementRecordsResponse> handler) -
Uses of ListAgreementRecordsRequest in com.oracle.bmc.wlms.requests
Methods in com.oracle.bmc.wlms.requests that return ListAgreementRecordsRequest Modifier and Type Method Description ListAgreementRecordsRequestListAgreementRecordsRequest.Builder. build()Build the instance of ListAgreementRecordsRequest as configured by this builderListAgreementRecordsRequestListAgreementRecordsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListAgreementRecordsRequest as configured by this builderMethods in com.oracle.bmc.wlms.requests with parameters of type ListAgreementRecordsRequest Modifier and Type Method Description ListAgreementRecordsRequest.BuilderListAgreementRecordsRequest.Builder. copy(ListAgreementRecordsRequest o)Copy method to populate the builder with values from the given instance.
-