Uses of Class
com.oracle.bmc.marketplacepublisher.responses.GetAttachmentResponse
-
Packages that use GetAttachmentResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of GetAttachmentResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return GetAttachmentResponse Modifier and Type Method Description GetAttachmentResponse
Attachment. getAttachment(GetAttachmentRequest request)
Gets a Attachment by identifierGetAttachmentResponse
AttachmentClient. getAttachment(GetAttachmentRequest request)
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type GetAttachmentResponse Modifier and Type Method Description Future<GetAttachmentResponse>
AttachmentAsync. getAttachment(GetAttachmentRequest request, AsyncHandler<GetAttachmentRequest,GetAttachmentResponse> handler)
Gets a Attachment by identifierFuture<GetAttachmentResponse>
AttachmentAsyncClient. getAttachment(GetAttachmentRequest request, AsyncHandler<GetAttachmentRequest,GetAttachmentResponse> handler)
-
Uses of GetAttachmentResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return GetAttachmentResponse Modifier and Type Method Description GetAttachmentResponse
GetAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type GetAttachmentResponse Modifier and Type Method Description GetAttachmentResponse.Builder
GetAttachmentResponse.Builder. copy(GetAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-