Uses of Class
com.oracle.bmc.wlms.responses.ListAgreementRecordsResponse
-
Packages that use ListAgreementRecordsResponse Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.responses -
-
Uses of ListAgreementRecordsResponse in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms that return ListAgreementRecordsResponse Modifier and Type Method Description ListAgreementRecordsResponseWeblogicManagementService. listAgreementRecords(ListAgreementRecordsRequest request)List the terms of use agreement record for the WebLogic domain.ListAgreementRecordsResponseWeblogicManagementServiceClient. listAgreementRecords(ListAgreementRecordsRequest request)Methods in com.oracle.bmc.wlms that return types with arguments of type ListAgreementRecordsResponse 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)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 ListAgreementRecordsResponse 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 ListAgreementRecordsResponse in com.oracle.bmc.wlms.responses
Methods in com.oracle.bmc.wlms.responses that return ListAgreementRecordsResponse Modifier and Type Method Description ListAgreementRecordsResponseListAgreementRecordsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.wlms.responses with parameters of type ListAgreementRecordsResponse Modifier and Type Method Description ListAgreementRecordsResponse.BuilderListAgreementRecordsResponse.Builder. copy(ListAgreementRecordsResponse o)Copy method to populate the builder with values from the given instance.
-