Uses of Class
com.oracle.bmc.marketplaceprivateoffer.responses.UpdateOfferResponse
-
Packages that use UpdateOfferResponse Package Description com.oracle.bmc.marketplaceprivateoffer com.oracle.bmc.marketplaceprivateoffer.responses -
-
Uses of UpdateOfferResponse in com.oracle.bmc.marketplaceprivateoffer
Methods in com.oracle.bmc.marketplaceprivateoffer that return UpdateOfferResponse Modifier and Type Method Description UpdateOfferResponse
Offer. updateOffer(UpdateOfferRequest request)
Updates the OfferUpdateOfferResponse
OfferClient. updateOffer(UpdateOfferRequest request)
Methods in com.oracle.bmc.marketplaceprivateoffer that return types with arguments of type UpdateOfferResponse Modifier and Type Method Description Future<UpdateOfferResponse>
OfferAsync. updateOffer(UpdateOfferRequest request, AsyncHandler<UpdateOfferRequest,UpdateOfferResponse> handler)
Updates the OfferFuture<UpdateOfferResponse>
OfferAsyncClient. updateOffer(UpdateOfferRequest request, AsyncHandler<UpdateOfferRequest,UpdateOfferResponse> handler)
Method parameters in com.oracle.bmc.marketplaceprivateoffer with type arguments of type UpdateOfferResponse Modifier and Type Method Description Future<UpdateOfferResponse>
OfferAsync. updateOffer(UpdateOfferRequest request, AsyncHandler<UpdateOfferRequest,UpdateOfferResponse> handler)
Updates the OfferFuture<UpdateOfferResponse>
OfferAsyncClient. updateOffer(UpdateOfferRequest request, AsyncHandler<UpdateOfferRequest,UpdateOfferResponse> handler)
-
Uses of UpdateOfferResponse in com.oracle.bmc.marketplaceprivateoffer.responses
Methods in com.oracle.bmc.marketplaceprivateoffer.responses that return UpdateOfferResponse Modifier and Type Method Description UpdateOfferResponse
UpdateOfferResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplaceprivateoffer.responses with parameters of type UpdateOfferResponse Modifier and Type Method Description UpdateOfferResponse.Builder
UpdateOfferResponse.Builder. copy(UpdateOfferResponse o)
Copy method to populate the builder with values from the given instance.
-