Uses of Class
com.oracle.bmc.marketplace.requests.ListAgreementsRequest
-
Packages that use ListAgreementsRequest Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.requests -
-
Uses of ListAgreementsRequest in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace with parameters of type ListAgreementsRequest Modifier and Type Method Description ListAgreementsResponse
Marketplace. listAgreements(ListAgreementsRequest request)
Returns the terms of use agreements that must be accepted before you can deploy the specified version of a package.Future<ListAgreementsResponse>
MarketplaceAsync. listAgreements(ListAgreementsRequest request, AsyncHandler<ListAgreementsRequest,ListAgreementsResponse> handler)
Returns the terms of use agreements that must be accepted before you can deploy the specified version of a package.Future<ListAgreementsResponse>
MarketplaceAsyncClient. listAgreements(ListAgreementsRequest request, AsyncHandler<ListAgreementsRequest,ListAgreementsResponse> handler)
ListAgreementsResponse
MarketplaceClient. listAgreements(ListAgreementsRequest request)
Iterable<AgreementSummary>
MarketplacePaginators. listAgreementsRecordIterator(ListAgreementsRequest request)
Creates a new iterable which will iterate over theAgreementSummary
objects contained in responses from the listAgreements operation.Iterable<ListAgreementsResponse>
MarketplacePaginators. listAgreementsResponseIterator(ListAgreementsRequest request)
Creates a new iterable which will iterate over the responses received from the listAgreements operation.Method parameters in com.oracle.bmc.marketplace with type arguments of type ListAgreementsRequest Modifier and Type Method Description Future<ListAgreementsResponse>
MarketplaceAsync. listAgreements(ListAgreementsRequest request, AsyncHandler<ListAgreementsRequest,ListAgreementsResponse> handler)
Returns the terms of use agreements that must be accepted before you can deploy the specified version of a package.Future<ListAgreementsResponse>
MarketplaceAsyncClient. listAgreements(ListAgreementsRequest request, AsyncHandler<ListAgreementsRequest,ListAgreementsResponse> handler)
-
Uses of ListAgreementsRequest in com.oracle.bmc.marketplace.requests
Methods in com.oracle.bmc.marketplace.requests that return ListAgreementsRequest Modifier and Type Method Description ListAgreementsRequest
ListAgreementsRequest.Builder. build()
Build the instance of ListAgreementsRequest as configured by this builderListAgreementsRequest
ListAgreementsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListAgreementsRequest as configured by this builderMethods in com.oracle.bmc.marketplace.requests with parameters of type ListAgreementsRequest Modifier and Type Method Description ListAgreementsRequest.Builder
ListAgreementsRequest.Builder. copy(ListAgreementsRequest o)
Copy method to populate the builder with values from the given instance.
-