Package | Description |
---|---|
com.oracle.bmc.marketplacepublisher | |
com.oracle.bmc.marketplacepublisher.requests |
Modifier and Type | Method and Description |
---|---|
ListProductsResponse |
MarketplacePublisherClient.listProducts(ListProductsRequest request) |
ListProductsResponse |
MarketplacePublisher.listProducts(ListProductsRequest request)
Lists the products in your compartment.
|
Future<ListProductsResponse> |
MarketplacePublisherAsyncClient.listProducts(ListProductsRequest request,
AsyncHandler<ListProductsRequest,ListProductsResponse> handler) |
Future<ListProductsResponse> |
MarketplacePublisherAsync.listProducts(ListProductsRequest request,
AsyncHandler<ListProductsRequest,ListProductsResponse> handler)
Lists the products in your compartment.
|
Iterable<ProductSummary> |
MarketplacePublisherPaginators.listProductsRecordIterator(ListProductsRequest request)
Creates a new iterable which will iterate over the
ProductSummary objects contained in responses from
the listProducts operation. |
Iterable<ListProductsResponse> |
MarketplacePublisherPaginators.listProductsResponseIterator(ListProductsRequest request)
Creates a new iterable which will iterate over the responses received from the listProducts
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListProductsResponse> |
MarketplacePublisherAsyncClient.listProducts(ListProductsRequest request,
AsyncHandler<ListProductsRequest,ListProductsResponse> handler) |
Future<ListProductsResponse> |
MarketplacePublisherAsync.listProducts(ListProductsRequest request,
AsyncHandler<ListProductsRequest,ListProductsResponse> handler)
Lists the products in your compartment.
|
Modifier and Type | Method and Description |
---|---|
ListProductsRequest |
ListProductsRequest.Builder.build()
Build the instance of ListProductsRequest as configured by this builder
|
ListProductsRequest |
ListProductsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListProductsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListProductsRequest.Builder |
ListProductsRequest.Builder.copy(ListProductsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.