Uses of Class
com.oracle.bmc.marketplacepublisher.responses.DeleteListingRevisionAttachmentResponse
-
Packages that use DeleteListingRevisionAttachmentResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of DeleteListingRevisionAttachmentResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return DeleteListingRevisionAttachmentResponse Modifier and Type Method Description DeleteListingRevisionAttachmentResponse
MarketplacePublisher. deleteListingRevisionAttachment(DeleteListingRevisionAttachmentRequest request)
Deletes a listing revision attachment by the identifierDeleteListingRevisionAttachmentResponse
MarketplacePublisherClient. deleteListingRevisionAttachment(DeleteListingRevisionAttachmentRequest request)
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type DeleteListingRevisionAttachmentResponse 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)
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type DeleteListingRevisionAttachmentResponse 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 DeleteListingRevisionAttachmentResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return DeleteListingRevisionAttachmentResponse Modifier and Type Method Description DeleteListingRevisionAttachmentResponse
DeleteListingRevisionAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type DeleteListingRevisionAttachmentResponse Modifier and Type Method Description DeleteListingRevisionAttachmentResponse.Builder
DeleteListingRevisionAttachmentResponse.Builder. copy(DeleteListingRevisionAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-