Package | Description |
---|---|
com.oracle.bmc.marketplacepublisher | |
com.oracle.bmc.marketplacepublisher.responses |
Modifier and Type | Method and Description |
---|---|
GetProductResponse |
MarketplacePublisherClient.getProduct(GetProductRequest request) |
GetProductResponse |
MarketplacePublisher.getProduct(GetProductRequest request)
Gets a Product by code identifier
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetProductRequest,GetProductResponse> |
MarketplacePublisherWaiters.forProduct(GetProductRequest request,
Product.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetProductRequest,GetProductResponse> |
MarketplacePublisherWaiters.forProduct(GetProductRequest request,
Product.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetProductRequest,GetProductResponse> |
MarketplacePublisherWaiters.forProduct(GetProductRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Product.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Future<GetProductResponse> |
MarketplacePublisherAsyncClient.getProduct(GetProductRequest request,
AsyncHandler<GetProductRequest,GetProductResponse> handler) |
Future<GetProductResponse> |
MarketplacePublisherAsync.getProduct(GetProductRequest request,
AsyncHandler<GetProductRequest,GetProductResponse> handler)
Gets a Product by code identifier
|
Modifier and Type | Method and Description |
---|---|
Future<GetProductResponse> |
MarketplacePublisherAsyncClient.getProduct(GetProductRequest request,
AsyncHandler<GetProductRequest,GetProductResponse> handler) |
Future<GetProductResponse> |
MarketplacePublisherAsync.getProduct(GetProductRequest request,
AsyncHandler<GetProductRequest,GetProductResponse> handler)
Gets a Product by code identifier
|
Modifier and Type | Method and Description |
---|---|
GetProductResponse |
GetProductResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetProductResponse.Builder |
GetProductResponse.Builder.copy(GetProductResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.