Uses of Class
software.amazon.awssdk.services.support.model.DescribeAttachmentResponse
-
Packages that use DescribeAttachmentResponse Package Description software.amazon.awssdk.services.support Amazon Web Services Support -
-
Uses of DescribeAttachmentResponse in software.amazon.awssdk.services.support
Methods in software.amazon.awssdk.services.support that return DescribeAttachmentResponse Modifier and Type Method Description default DescribeAttachmentResponseSupportClient. describeAttachment(Consumer<DescribeAttachmentRequest.Builder> describeAttachmentRequest)Returns the attachment that has the specified ID.default DescribeAttachmentResponseSupportClient. describeAttachment(DescribeAttachmentRequest describeAttachmentRequest)Returns the attachment that has the specified ID.Methods in software.amazon.awssdk.services.support that return types with arguments of type DescribeAttachmentResponse Modifier and Type Method Description default CompletableFuture<DescribeAttachmentResponse>SupportAsyncClient. describeAttachment(Consumer<DescribeAttachmentRequest.Builder> describeAttachmentRequest)Returns the attachment that has the specified ID.default CompletableFuture<DescribeAttachmentResponse>SupportAsyncClient. describeAttachment(DescribeAttachmentRequest describeAttachmentRequest)Returns the attachment that has the specified ID.
-