Uses of Class
com.oracle.bmc.marketplacepublisher.requests.GetAttachmentContentRequest
-
Packages that use GetAttachmentContentRequest Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.requests -
-
Uses of GetAttachmentContentRequest in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher with parameters of type GetAttachmentContentRequest Modifier and Type Method Description GetAttachmentContentResponse
Attachment. getAttachmentContent(GetAttachmentContentRequest request)
Gets a Attachment content by identifierFuture<GetAttachmentContentResponse>
AttachmentAsync. getAttachmentContent(GetAttachmentContentRequest request, AsyncHandler<GetAttachmentContentRequest,GetAttachmentContentResponse> handler)
Gets a Attachment content by identifierFuture<GetAttachmentContentResponse>
AttachmentAsyncClient. getAttachmentContent(GetAttachmentContentRequest request, AsyncHandler<GetAttachmentContentRequest,GetAttachmentContentResponse> handler)
GetAttachmentContentResponse
AttachmentClient. getAttachmentContent(GetAttachmentContentRequest request)
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type GetAttachmentContentRequest Modifier and Type Method Description Future<GetAttachmentContentResponse>
AttachmentAsync. getAttachmentContent(GetAttachmentContentRequest request, AsyncHandler<GetAttachmentContentRequest,GetAttachmentContentResponse> handler)
Gets a Attachment content by identifierFuture<GetAttachmentContentResponse>
AttachmentAsyncClient. getAttachmentContent(GetAttachmentContentRequest request, AsyncHandler<GetAttachmentContentRequest,GetAttachmentContentResponse> handler)
-
Uses of GetAttachmentContentRequest in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return GetAttachmentContentRequest Modifier and Type Method Description GetAttachmentContentRequest
GetAttachmentContentRequest.Builder. build()
Build the instance of GetAttachmentContentRequest as configured by this builderGetAttachmentContentRequest
GetAttachmentContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAttachmentContentRequest as configured by this builderMethods in com.oracle.bmc.marketplacepublisher.requests with parameters of type GetAttachmentContentRequest Modifier and Type Method Description GetAttachmentContentRequest.Builder
GetAttachmentContentRequest.Builder. copy(GetAttachmentContentRequest o)
Copy method to populate the builder with values from the given instance.
-