Uses of Class
com.oracle.bmc.marketplaceprivateoffer.responses.GetOfferResponse
-
Packages that use GetOfferResponse Package Description com.oracle.bmc.marketplaceprivateoffer com.oracle.bmc.marketplaceprivateoffer.responses -
-
Uses of GetOfferResponse in com.oracle.bmc.marketplaceprivateoffer
Methods in com.oracle.bmc.marketplaceprivateoffer that return GetOfferResponse Modifier and Type Method Description GetOfferResponse
Offer. getOffer(GetOfferRequest request)
Gets an Offer by identifierGetOfferResponse
OfferClient. getOffer(GetOfferRequest request)
Methods in com.oracle.bmc.marketplaceprivateoffer that return types with arguments of type GetOfferResponse 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.Future<GetOfferResponse>
OfferAsync. getOffer(GetOfferRequest request, AsyncHandler<GetOfferRequest,GetOfferResponse> handler)
Gets an Offer by identifierFuture<GetOfferResponse>
OfferAsyncClient. getOffer(GetOfferRequest request, AsyncHandler<GetOfferRequest,GetOfferResponse> handler)
Method parameters in com.oracle.bmc.marketplaceprivateoffer with type arguments of type GetOfferResponse 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 GetOfferResponse in com.oracle.bmc.marketplaceprivateoffer.responses
Methods in com.oracle.bmc.marketplaceprivateoffer.responses that return GetOfferResponse Modifier and Type Method Description GetOfferResponse
GetOfferResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplaceprivateoffer.responses with parameters of type GetOfferResponse Modifier and Type Method Description GetOfferResponse.Builder
GetOfferResponse.Builder. copy(GetOfferResponse o)
Copy method to populate the builder with values from the given instance.
-