Uses of Class
com.oracle.bmc.marketplacepublisher.requests.GetOfferRequest
-
Packages that use GetOfferRequest Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.requests -
-
Uses of GetOfferRequest in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type GetOfferRequest Modifier and Type Method Description Waiter<GetOfferRequest,GetOfferResponse>
OfferWaiters. forOffer(GetOfferRequest request, Offer.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetOfferRequest,GetOfferResponse>
OfferWaiters. forOffer(GetOfferRequest request, Offer.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetOfferRequest,GetOfferResponse>
OfferWaiters. forOffer(GetOfferRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Offer.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type GetOfferRequest Modifier and Type Method Description Future<GetOfferResponse>
OfferAsync. getOffer(GetOfferRequest request, AsyncHandler<GetOfferRequest,GetOfferResponse> handler)
Gets an Offer by identifierFuture<GetOfferResponse>
OfferAsyncClient. getOffer(GetOfferRequest request, AsyncHandler<GetOfferRequest,GetOfferResponse> handler)
-
Uses of GetOfferRequest in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return GetOfferRequest Modifier and Type Method Description GetOfferRequest
GetOfferRequest.Builder. build()
Build the instance of GetOfferRequest as configured by this builderGetOfferRequest
GetOfferRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetOfferRequest as configured by this builderMethods in com.oracle.bmc.marketplacepublisher.requests with parameters of type GetOfferRequest Modifier and Type Method Description GetOfferRequest.Builder
GetOfferRequest.Builder. copy(GetOfferRequest o)
Copy method to populate the builder with values from the given instance.
-