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