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 DeleteAttachmentResponseAttachment. 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)DeleteAttachmentResponseAttachmentClient. 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 DeleteAttachmentRequestDeleteAttachmentRequest.Builder. build()Build the instance of DeleteAttachmentRequest as configured by this builderDeleteAttachmentRequestDeleteAttachmentRequest.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.BuilderDeleteAttachmentRequest.Builder. copy(DeleteAttachmentRequest o)Copy method to populate the builder with values from the given instance.
-