Uses of Class
com.oracle.bmc.marketplacepublisher.requests.DeleteAttachmentRequest
-
Packages that use DeleteAttachmentRequest Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.requests -
-
Uses of DeleteAttachmentRequest in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher with parameters of type DeleteAttachmentRequest Modifier and Type Method Description DeleteAttachmentResponse
Attachment. deleteAttachment(DeleteAttachmentRequest request)
Deletes a Attachment resource by identifierFuture<DeleteAttachmentResponse>
AttachmentAsync. deleteAttachment(DeleteAttachmentRequest request, AsyncHandler<DeleteAttachmentRequest,DeleteAttachmentResponse> handler)
Deletes a Attachment resource by identifierFuture<DeleteAttachmentResponse>
AttachmentAsyncClient. deleteAttachment(DeleteAttachmentRequest request, AsyncHandler<DeleteAttachmentRequest,DeleteAttachmentResponse> handler)
DeleteAttachmentResponse
AttachmentClient. deleteAttachment(DeleteAttachmentRequest request)
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type DeleteAttachmentRequest 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 DeleteAttachmentRequest in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return DeleteAttachmentRequest Modifier and Type Method Description DeleteAttachmentRequest
DeleteAttachmentRequest.Builder. build()
Build the instance of DeleteAttachmentRequest as configured by this builderDeleteAttachmentRequest
DeleteAttachmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteAttachmentRequest as configured by this builderMethods in com.oracle.bmc.marketplacepublisher.requests with parameters of type DeleteAttachmentRequest Modifier and Type Method Description DeleteAttachmentRequest.Builder
DeleteAttachmentRequest.Builder. copy(DeleteAttachmentRequest o)
Copy method to populate the builder with values from the given instance.
-