Package | Description |
---|---|
com.oracle.bmc.marketplace | |
com.oracle.bmc.marketplace.requests |
Modifier and Type | Method and Description |
---|---|
ListPublishersResponse |
Marketplace.listPublishers(ListPublishersRequest request)
Gets the list of all the publishers of listings available in Oracle Cloud Infrastructure
Marketplace.
|
ListPublishersResponse |
MarketplaceClient.listPublishers(ListPublishersRequest request) |
Future<ListPublishersResponse> |
MarketplaceAsync.listPublishers(ListPublishersRequest request,
AsyncHandler<ListPublishersRequest,ListPublishersResponse> handler)
Gets the list of all the publishers of listings available in Oracle Cloud Infrastructure
Marketplace.
|
Future<ListPublishersResponse> |
MarketplaceAsyncClient.listPublishers(ListPublishersRequest request,
AsyncHandler<ListPublishersRequest,ListPublishersResponse> handler) |
Iterable<PublisherSummary> |
MarketplacePaginators.listPublishersRecordIterator(ListPublishersRequest request)
Creates a new iterable which will iterate over the
PublisherSummary objects contained in responses from the
listPublishers operation. |
Iterable<ListPublishersResponse> |
MarketplacePaginators.listPublishersResponseIterator(ListPublishersRequest request)
Creates a new iterable which will iterate over the responses received from the listPublishers
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListPublishersResponse> |
MarketplaceAsync.listPublishers(ListPublishersRequest request,
AsyncHandler<ListPublishersRequest,ListPublishersResponse> handler)
Gets the list of all the publishers of listings available in Oracle Cloud Infrastructure
Marketplace.
|
Future<ListPublishersResponse> |
MarketplaceAsyncClient.listPublishers(ListPublishersRequest request,
AsyncHandler<ListPublishersRequest,ListPublishersResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListPublishersRequest |
ListPublishersRequest.Builder.build()
Build the instance of ListPublishersRequest as configured by this builder
|
ListPublishersRequest |
ListPublishersRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListPublishersRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListPublishersRequest.Builder |
ListPublishersRequest.Builder.copy(ListPublishersRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.