Uses of Class
com.oracle.bmc.marketplacepublisher.responses.DeleteAttachmentResponse
-
Packages that use DeleteAttachmentResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of DeleteAttachmentResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return DeleteAttachmentResponse Modifier and Type Method Description DeleteAttachmentResponse
Attachment. deleteAttachment(DeleteAttachmentRequest request)
Deletes a Attachment resource by identifierDeleteAttachmentResponse
AttachmentClient. deleteAttachment(DeleteAttachmentRequest request)
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type DeleteAttachmentResponse Modifier and Type Method Description Future<DeleteAttachmentResponse>
AttachmentAsync. deleteAttachment(DeleteAttachmentRequest request, AsyncHandler<DeleteAttachmentRequest,DeleteAttachmentResponse> handler)
Deletes a Attachment resource by identifierFuture<DeleteAttachmentResponse>
AttachmentAsyncClient. deleteAttachment(DeleteAttachmentRequest request, AsyncHandler<DeleteAttachmentRequest,DeleteAttachmentResponse> handler)
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type DeleteAttachmentResponse Modifier and Type Method Description Future<DeleteAttachmentResponse>
AttachmentAsync. deleteAttachment(DeleteAttachmentRequest request, AsyncHandler<DeleteAttachmentRequest,DeleteAttachmentResponse> handler)
Deletes a Attachment resource by identifierFuture<DeleteAttachmentResponse>
AttachmentAsyncClient. deleteAttachment(DeleteAttachmentRequest request, AsyncHandler<DeleteAttachmentRequest,DeleteAttachmentResponse> handler)
-
Uses of DeleteAttachmentResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return DeleteAttachmentResponse Modifier and Type Method Description DeleteAttachmentResponse
DeleteAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type DeleteAttachmentResponse Modifier and Type Method Description DeleteAttachmentResponse.Builder
DeleteAttachmentResponse.Builder. copy(DeleteAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-