Uses of Class
com.oracle.bmc.marketplace.responses.ListAgreementsResponse
-
Packages that use ListAgreementsResponse Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.responses -
-
Uses of ListAgreementsResponse in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace that return ListAgreementsResponse Modifier and Type Method Description ListAgreementsResponseMarketplace. listAgreements(ListAgreementsRequest request)Returns the terms of use agreements that must be accepted before you can deploy the specified version of a package.ListAgreementsResponseMarketplaceClient. listAgreements(ListAgreementsRequest request)Methods in com.oracle.bmc.marketplace that return types with arguments of type ListAgreementsResponse 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)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 ListAgreementsResponse 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 ListAgreementsResponse in com.oracle.bmc.marketplace.responses
Methods in com.oracle.bmc.marketplace.responses that return ListAgreementsResponse Modifier and Type Method Description ListAgreementsResponseListAgreementsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.marketplace.responses with parameters of type ListAgreementsResponse Modifier and Type Method Description ListAgreementsResponse.BuilderListAgreementsResponse.Builder. copy(ListAgreementsResponse o)Copy method to populate the builder with values from the given instance.
-