Uses of Class
com.amazonaws.services.support.model.DescribeAttachmentResult
Packages that use DescribeAttachmentResult
-
Uses of DescribeAttachmentResult in com.amazonaws.services.support
Methods in com.amazonaws.services.support that return DescribeAttachmentResultModifier and TypeMethodDescriptionAbstractAWSSupport.describeAttachment
(DescribeAttachmentRequest request) AWSSupport.describeAttachment
(DescribeAttachmentRequest describeAttachmentRequest) Returns the attachment that has the specified ID.AWSSupportClient.describeAttachment
(DescribeAttachmentRequest describeAttachmentRequest) Returns the attachment that has the specified ID.Methods in com.amazonaws.services.support that return types with arguments of type DescribeAttachmentResultModifier and TypeMethodDescriptionAbstractAWSSupportAsync.describeAttachmentAsync
(DescribeAttachmentRequest request) AbstractAWSSupportAsync.describeAttachmentAsync
(DescribeAttachmentRequest request, AsyncHandler<DescribeAttachmentRequest, DescribeAttachmentResult> asyncHandler) AWSSupportAsync.describeAttachmentAsync
(DescribeAttachmentRequest describeAttachmentRequest) Returns the attachment that has the specified ID.AWSSupportAsync.describeAttachmentAsync
(DescribeAttachmentRequest describeAttachmentRequest, AsyncHandler<DescribeAttachmentRequest, DescribeAttachmentResult> asyncHandler) Returns the attachment that has the specified ID.AWSSupportAsyncClient.describeAttachmentAsync
(DescribeAttachmentRequest request) AWSSupportAsyncClient.describeAttachmentAsync
(DescribeAttachmentRequest request, AsyncHandler<DescribeAttachmentRequest, DescribeAttachmentResult> asyncHandler) Method parameters in com.amazonaws.services.support with type arguments of type DescribeAttachmentResultModifier and TypeMethodDescriptionAbstractAWSSupportAsync.describeAttachmentAsync
(DescribeAttachmentRequest request, AsyncHandler<DescribeAttachmentRequest, DescribeAttachmentResult> asyncHandler) AWSSupportAsync.describeAttachmentAsync
(DescribeAttachmentRequest describeAttachmentRequest, AsyncHandler<DescribeAttachmentRequest, DescribeAttachmentResult> asyncHandler) Returns the attachment that has the specified ID.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 DescribeAttachmentResultModifier and TypeMethodDescriptionDescribeAttachmentResult.clone()
DescribeAttachmentResult.withAttachment
(Attachment attachment) The attachment content and file name.