Uses of Class
com.amazonaws.services.support.model.DescribeAttachmentResult
-
Packages that use DescribeAttachmentResult Package Description com.amazonaws.services.support com.amazonaws.services.support.model -
-
Uses of DescribeAttachmentResult in com.amazonaws.services.support
Methods in com.amazonaws.services.support that return DescribeAttachmentResult Modifier and Type Method Description DescribeAttachmentResult
AbstractAWSSupport. describeAttachment(DescribeAttachmentRequest request)
DescribeAttachmentResult
AWSSupport. describeAttachment(DescribeAttachmentRequest describeAttachmentRequest)
Returns the attachment that has the specified ID.DescribeAttachmentResult
AWSSupportClient. describeAttachment(DescribeAttachmentRequest describeAttachmentRequest)
Returns the attachment that has the specified ID.Method parameters in com.amazonaws.services.support with type arguments of type DescribeAttachmentResult 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 DescribeAttachmentResult in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return DescribeAttachmentResult Modifier and Type Method Description DescribeAttachmentResult
DescribeAttachmentResult. clone()
DescribeAttachmentResult
DescribeAttachmentResult. withAttachment(Attachment attachment)
The attachment content and file name.
-