Uses of Class
com.oracle.bmc.marketplacepublisher.responses.UpdateListingResponse
-
Packages that use UpdateListingResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of UpdateListingResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return UpdateListingResponse Modifier and Type Method Description UpdateListingResponse
MarketplacePublisher. updateListing(UpdateListingRequest request)
Updates the specified Listing identified by the id.UpdateListingResponse
MarketplacePublisherClient. updateListing(UpdateListingRequest request)
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type UpdateListingResponse Modifier and Type Method Description Future<UpdateListingResponse>
MarketplacePublisherAsync. updateListing(UpdateListingRequest request, AsyncHandler<UpdateListingRequest,UpdateListingResponse> handler)
Updates the specified Listing identified by the id.Future<UpdateListingResponse>
MarketplacePublisherAsyncClient. updateListing(UpdateListingRequest request, AsyncHandler<UpdateListingRequest,UpdateListingResponse> handler)
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type UpdateListingResponse Modifier and Type Method Description Future<UpdateListingResponse>
MarketplacePublisherAsync. updateListing(UpdateListingRequest request, AsyncHandler<UpdateListingRequest,UpdateListingResponse> handler)
Updates the specified Listing identified by the id.Future<UpdateListingResponse>
MarketplacePublisherAsyncClient. updateListing(UpdateListingRequest request, AsyncHandler<UpdateListingRequest,UpdateListingResponse> handler)
-
Uses of UpdateListingResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return UpdateListingResponse Modifier and Type Method Description UpdateListingResponse
UpdateListingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type UpdateListingResponse Modifier and Type Method Description UpdateListingResponse.Builder
UpdateListingResponse.Builder. copy(UpdateListingResponse o)
Copy method to populate the builder with values from the given instance.
-