Uses of Class
com.oracle.bmc.marketplacepublisher.requests.UpdateListingRevisionIconContentRequest
-
Packages that use UpdateListingRevisionIconContentRequest Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.requests -
-
Uses of UpdateListingRevisionIconContentRequest in com.oracle.bmc.marketplacepublisher
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type UpdateListingRevisionIconContentRequest Modifier and Type Method Description Future<UpdateListingRevisionIconContentResponse>
MarketplacePublisherAsync. updateListingRevisionIconContent(UpdateListingRevisionIconContentRequest request, AsyncHandler<UpdateListingRevisionIconContentRequest,UpdateListingRevisionIconContentResponse> handler)
Updates the Listing RevisionFuture<UpdateListingRevisionIconContentResponse>
MarketplacePublisherAsyncClient. updateListingRevisionIconContent(UpdateListingRevisionIconContentRequest request, AsyncHandler<UpdateListingRevisionIconContentRequest,UpdateListingRevisionIconContentResponse> handler)
-
Uses of UpdateListingRevisionIconContentRequest in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return UpdateListingRevisionIconContentRequest Modifier and Type Method Description UpdateListingRevisionIconContentRequest
UpdateListingRevisionIconContentRequest.Builder. build()
Build the instance of UpdateListingRevisionIconContentRequest as configured by this builderUpdateListingRevisionIconContentRequest
UpdateListingRevisionIconContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateListingRevisionIconContentRequest as configured by this builderMethods in com.oracle.bmc.marketplacepublisher.requests with parameters of type UpdateListingRevisionIconContentRequest Modifier and Type Method Description UpdateListingRevisionIconContentRequest.Builder
UpdateListingRevisionIconContentRequest.Builder. copy(UpdateListingRevisionIconContentRequest o)
Copy method to populate the builder with values from the given instance.
-