Uses of Class
com.oracle.bmc.marketplacepublisher.requests.GetMarketRequest
-
Packages that use GetMarketRequest Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.requests -
-
Uses of GetMarketRequest in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type GetMarketRequest Modifier and Type Method Description Waiter<GetMarketRequest,GetMarketResponse>
MarketplacePublisherWaiters. forMarket(GetMarketRequest request, Market.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetMarketRequest,GetMarketResponse>
MarketplacePublisherWaiters. forMarket(GetMarketRequest request, Market.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetMarketRequest,GetMarketResponse>
MarketplacePublisherWaiters. forMarket(GetMarketRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Market.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.marketplacepublisher with parameters of type GetMarketRequest Modifier and Type Method Description Waiter<GetMarketRequest,GetMarketResponse>
MarketplacePublisherWaiters. forMarket(GetMarketRequest request, Market.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetMarketRequest,GetMarketResponse>
MarketplacePublisherWaiters. forMarket(GetMarketRequest request, Market.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetMarketRequest,GetMarketResponse>
MarketplacePublisherWaiters. forMarket(GetMarketRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Market.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetMarketResponse
MarketplacePublisher. getMarket(GetMarketRequest request)
Gets the specified market’s information.Future<GetMarketResponse>
MarketplacePublisherAsync. getMarket(GetMarketRequest request, AsyncHandler<GetMarketRequest,GetMarketResponse> handler)
Gets the specified market’s information.Future<GetMarketResponse>
MarketplacePublisherAsyncClient. getMarket(GetMarketRequest request, AsyncHandler<GetMarketRequest,GetMarketResponse> handler)
GetMarketResponse
MarketplacePublisherClient. getMarket(GetMarketRequest request)
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type GetMarketRequest Modifier and Type Method Description Future<GetMarketResponse>
MarketplacePublisherAsync. getMarket(GetMarketRequest request, AsyncHandler<GetMarketRequest,GetMarketResponse> handler)
Gets the specified market’s information.Future<GetMarketResponse>
MarketplacePublisherAsyncClient. getMarket(GetMarketRequest request, AsyncHandler<GetMarketRequest,GetMarketResponse> handler)
-
Uses of GetMarketRequest in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return GetMarketRequest Modifier and Type Method Description GetMarketRequest
GetMarketRequest.Builder. build()
Build the instance of GetMarketRequest as configured by this builderGetMarketRequest
GetMarketRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetMarketRequest as configured by this builderMethods in com.oracle.bmc.marketplacepublisher.requests with parameters of type GetMarketRequest Modifier and Type Method Description GetMarketRequest.Builder
GetMarketRequest.Builder. copy(GetMarketRequest o)
Copy method to populate the builder with values from the given instance.
-