Uses of Class
com.oracle.bmc.marketplacepublisher.requests.CreateAttachmentRequest
-
Packages that use CreateAttachmentRequest Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.requests -
-
Uses of CreateAttachmentRequest in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher with parameters of type CreateAttachmentRequest Modifier and Type Method Description CreateAttachmentResponseAttachment. createAttachment(CreateAttachmentRequest request)Creates a new Attachment.Future<CreateAttachmentResponse>AttachmentAsync. createAttachment(CreateAttachmentRequest request, AsyncHandler<CreateAttachmentRequest,CreateAttachmentResponse> handler)Creates a new Attachment.Future<CreateAttachmentResponse>AttachmentAsyncClient. createAttachment(CreateAttachmentRequest request, AsyncHandler<CreateAttachmentRequest,CreateAttachmentResponse> handler)CreateAttachmentResponseAttachmentClient. createAttachment(CreateAttachmentRequest request)Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type CreateAttachmentRequest Modifier and Type Method Description Future<CreateAttachmentResponse>AttachmentAsync. createAttachment(CreateAttachmentRequest request, AsyncHandler<CreateAttachmentRequest,CreateAttachmentResponse> handler)Creates a new Attachment.Future<CreateAttachmentResponse>AttachmentAsyncClient. createAttachment(CreateAttachmentRequest request, AsyncHandler<CreateAttachmentRequest,CreateAttachmentResponse> handler) -
Uses of CreateAttachmentRequest in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return CreateAttachmentRequest Modifier and Type Method Description CreateAttachmentRequestCreateAttachmentRequest.Builder. build()Build the instance of CreateAttachmentRequest as configured by this builderCreateAttachmentRequestCreateAttachmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateAttachmentRequest as configured by this builderMethods in com.oracle.bmc.marketplacepublisher.requests with parameters of type CreateAttachmentRequest Modifier and Type Method Description CreateAttachmentRequest.BuilderCreateAttachmentRequest.Builder. copy(CreateAttachmentRequest o)Copy method to populate the builder with values from the given instance.
-