Uses of Class
com.oracle.bmc.marketplacepublisher.responses.GetProductResponse
-
Packages that use GetProductResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of GetProductResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return GetProductResponse Modifier and Type Method Description GetProductResponseMarketplacePublisher. getProduct(GetProductRequest request)Gets a Product by code identifierGetProductResponseMarketplacePublisherClient. getProduct(GetProductRequest request)Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type GetProductResponse Modifier and Type Method Description Waiter<GetProductRequest,GetProductResponse>MarketplacePublisherWaiters. forProduct(GetProductRequest request, Product.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetProductRequest,GetProductResponse>MarketplacePublisherWaiters. forProduct(GetProductRequest request, Product.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetProductRequest,GetProductResponse>MarketplacePublisherWaiters. forProduct(GetProductRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Product.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Future<GetProductResponse>MarketplacePublisherAsync. getProduct(GetProductRequest request, AsyncHandler<GetProductRequest,GetProductResponse> handler)Gets a Product by code identifierFuture<GetProductResponse>MarketplacePublisherAsyncClient. getProduct(GetProductRequest request, AsyncHandler<GetProductRequest,GetProductResponse> handler)Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type GetProductResponse Modifier and Type Method Description Future<GetProductResponse>MarketplacePublisherAsync. getProduct(GetProductRequest request, AsyncHandler<GetProductRequest,GetProductResponse> handler)Gets a Product by code identifierFuture<GetProductResponse>MarketplacePublisherAsyncClient. getProduct(GetProductRequest request, AsyncHandler<GetProductRequest,GetProductResponse> handler) -
Uses of GetProductResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return GetProductResponse Modifier and Type Method Description GetProductResponseGetProductResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type GetProductResponse Modifier and Type Method Description GetProductResponse.BuilderGetProductResponse.Builder. copy(GetProductResponse o)Copy method to populate the builder with values from the given instance.
-