Uses of Class
com.oracle.bmc.marketplacepublisher.responses.CreateAttachmentResponse
-
Packages that use CreateAttachmentResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of CreateAttachmentResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return CreateAttachmentResponse Modifier and Type Method Description CreateAttachmentResponse
Attachment. createAttachment(CreateAttachmentRequest request)
Creates a new Attachment.CreateAttachmentResponse
AttachmentClient. createAttachment(CreateAttachmentRequest request)
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type CreateAttachmentResponse 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)
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type CreateAttachmentResponse 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 CreateAttachmentResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return CreateAttachmentResponse Modifier and Type Method Description CreateAttachmentResponse
CreateAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type CreateAttachmentResponse Modifier and Type Method Description CreateAttachmentResponse.Builder
CreateAttachmentResponse.Builder. copy(CreateAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-