Package | Description |
---|---|
com.oracle.bmc.marketplace | |
com.oracle.bmc.marketplace.requests |
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) |
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<AgreementSummary> |
MarketplacePaginators.listAgreementsRecordIterator(ListAgreementsRequest request)
Creates a new iterable which will iterate over the
AgreementSummary 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.
|
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 |
---|---|
ListAgreementsRequest |
ListAgreementsRequest.Builder.build()
Build the instance of ListAgreementsRequest as configured by this builder
|
ListAgreementsRequest |
ListAgreementsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListAgreementsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListAgreementsRequest.Builder |
ListAgreementsRequest.Builder.copy(ListAgreementsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.