Uses of Class
com.oracle.bmc.marketplacepublisher.requests.UpdateListingRevisionAttachmentContentRequest
-
Packages that use UpdateListingRevisionAttachmentContentRequest Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.requests -
-
Uses of UpdateListingRevisionAttachmentContentRequest in com.oracle.bmc.marketplacepublisher
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type UpdateListingRevisionAttachmentContentRequest Modifier and Type Method Description Future<UpdateListingRevisionAttachmentContentResponse>
MarketplacePublisherAsync. updateListingRevisionAttachmentContent(UpdateListingRevisionAttachmentContentRequest request, AsyncHandler<UpdateListingRevisionAttachmentContentRequest,UpdateListingRevisionAttachmentContentResponse> handler)
Update a file to listing revision attachmentFuture<UpdateListingRevisionAttachmentContentResponse>
MarketplacePublisherAsyncClient. updateListingRevisionAttachmentContent(UpdateListingRevisionAttachmentContentRequest request, AsyncHandler<UpdateListingRevisionAttachmentContentRequest,UpdateListingRevisionAttachmentContentResponse> handler)
-
Uses of UpdateListingRevisionAttachmentContentRequest in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return UpdateListingRevisionAttachmentContentRequest Modifier and Type Method Description UpdateListingRevisionAttachmentContentRequest
UpdateListingRevisionAttachmentContentRequest.Builder. build()
Build the instance of UpdateListingRevisionAttachmentContentRequest as configured by this builderUpdateListingRevisionAttachmentContentRequest
UpdateListingRevisionAttachmentContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateListingRevisionAttachmentContentRequest as configured by this builderMethods in com.oracle.bmc.marketplacepublisher.requests with parameters of type UpdateListingRevisionAttachmentContentRequest Modifier and Type Method Description UpdateListingRevisionAttachmentContentRequest.Builder
UpdateListingRevisionAttachmentContentRequest.Builder. copy(UpdateListingRevisionAttachmentContentRequest o)
Copy method to populate the builder with values from the given instance.
-