Uses of Class
com.oracle.bmc.marketplaceprivateoffer.responses.DeleteAttachmentResponse
-
Packages that use DeleteAttachmentResponse Package Description com.oracle.bmc.marketplaceprivateoffer com.oracle.bmc.marketplaceprivateoffer.responses -
-
Uses of DeleteAttachmentResponse in com.oracle.bmc.marketplaceprivateoffer
Methods in com.oracle.bmc.marketplaceprivateoffer 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.marketplaceprivateoffer 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.marketplaceprivateoffer 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.marketplaceprivateoffer.responses
Methods in com.oracle.bmc.marketplaceprivateoffer.responses that return DeleteAttachmentResponse Modifier and Type Method Description DeleteAttachmentResponse
DeleteAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplaceprivateoffer.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.
-