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 DescribeAttachmentResultAbstractAWSSupport. describeAttachment(DescribeAttachmentRequest request)DescribeAttachmentResultAWSSupport. describeAttachment(DescribeAttachmentRequest describeAttachmentRequest)Returns the attachment that has the specified ID.DescribeAttachmentResultAWSSupportClient. 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 DescribeAttachmentResultDescribeAttachmentResult. clone()DescribeAttachmentResultDescribeAttachmentResult. withAttachment(Attachment attachment)The attachment content and file name.
-