Uses of Class
com.amazonaws.services.support.model.DescribeAttachmentRequest
-
Packages that use DescribeAttachmentRequest Package Description com.amazonaws.services.support com.amazonaws.services.support.model -
-
Uses of DescribeAttachmentRequest in com.amazonaws.services.support
Method parameters in com.amazonaws.services.support with type arguments of type DescribeAttachmentRequest Modifier and Type Method Description Future<DescribeAttachmentResult>
AbstractAWSSupportAsync. describeAttachmentAsync(DescribeAttachmentRequest request, AsyncHandler<DescribeAttachmentRequest,DescribeAttachmentResult> asyncHandler)
Future<DescribeAttachmentResult>
AWSSupportAsync. describeAttachmentAsync(DescribeAttachmentRequest describeAttachmentRequest, AsyncHandler<DescribeAttachmentRequest,DescribeAttachmentResult> asyncHandler)
Returns the attachment that has the specified ID.Future<DescribeAttachmentResult>
AWSSupportAsyncClient. describeAttachmentAsync(DescribeAttachmentRequest request, AsyncHandler<DescribeAttachmentRequest,DescribeAttachmentResult> asyncHandler)
-
Uses of DescribeAttachmentRequest in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return DescribeAttachmentRequest Modifier and Type Method Description DescribeAttachmentRequest
DescribeAttachmentRequest. clone()
DescribeAttachmentRequest
DescribeAttachmentRequest. withAttachmentId(String attachmentId)
The ID of the attachment to return.
-