Package | Description |
---|---|
com.oracle.bmc.marketplace | |
com.oracle.bmc.marketplace.requests |
Modifier and Type | Method and Description |
---|---|
ListPublicationsResponse |
Marketplace.listPublications(ListPublicationsRequest request)
Lists the publications in the specified compartment.
|
ListPublicationsResponse |
MarketplaceClient.listPublications(ListPublicationsRequest request) |
Future<ListPublicationsResponse> |
MarketplaceAsync.listPublications(ListPublicationsRequest request,
AsyncHandler<ListPublicationsRequest,ListPublicationsResponse> handler)
Lists the publications in the specified compartment.
|
Future<ListPublicationsResponse> |
MarketplaceAsyncClient.listPublications(ListPublicationsRequest request,
AsyncHandler<ListPublicationsRequest,ListPublicationsResponse> handler) |
Iterable<PublicationSummary> |
MarketplacePaginators.listPublicationsRecordIterator(ListPublicationsRequest request)
Creates a new iterable which will iterate over the
PublicationSummary objects contained in responses from the
listPublications operation. |
Iterable<ListPublicationsResponse> |
MarketplacePaginators.listPublicationsResponseIterator(ListPublicationsRequest request)
Creates a new iterable which will iterate over the responses received from the
listPublications operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListPublicationsResponse> |
MarketplaceAsync.listPublications(ListPublicationsRequest request,
AsyncHandler<ListPublicationsRequest,ListPublicationsResponse> handler)
Lists the publications in the specified compartment.
|
Future<ListPublicationsResponse> |
MarketplaceAsyncClient.listPublications(ListPublicationsRequest request,
AsyncHandler<ListPublicationsRequest,ListPublicationsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListPublicationsRequest |
ListPublicationsRequest.Builder.build()
Build the instance of ListPublicationsRequest as configured by this builder
|
ListPublicationsRequest |
ListPublicationsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListPublicationsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListPublicationsRequest.Builder |
ListPublicationsRequest.Builder.copy(ListPublicationsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.