Package | Description |
---|---|
com.oracle.bmc.marketplace | |
com.oracle.bmc.marketplace.responses |
Modifier and Type | Method and 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.
|
ListAgreementsResponse |
MarketplaceClient.listAgreements(ListAgreementsRequest request) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListAgreementsResponse |
ListAgreementsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListAgreementsResponse.Builder |
ListAgreementsResponse.Builder.copy(ListAgreementsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.