Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DescribeTransitGatewayAttachmentsResult |
AbstractAmazonEC2.describeTransitGatewayAttachments(DescribeTransitGatewayAttachmentsRequest request) |
DescribeTransitGatewayAttachmentsResult |
AmazonEC2.describeTransitGatewayAttachments(DescribeTransitGatewayAttachmentsRequest describeTransitGatewayAttachmentsRequest)
Describes one or more attachments between resources and transit gateways.
|
DescribeTransitGatewayAttachmentsResult |
AmazonEC2Client.describeTransitGatewayAttachments(DescribeTransitGatewayAttachmentsRequest request)
Describes one or more attachments between resources and transit gateways.
|
Modifier and Type | Method and Description |
---|---|
DescribeTransitGatewayAttachmentsResult |
DescribeTransitGatewayAttachmentsResult.clone() |
DescribeTransitGatewayAttachmentsResult |
DescribeTransitGatewayAttachmentsResult.withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeTransitGatewayAttachmentsResult |
DescribeTransitGatewayAttachmentsResult.withTransitGatewayAttachments(Collection<TransitGatewayAttachment> transitGatewayAttachments)
Information about the attachments.
|
DescribeTransitGatewayAttachmentsResult |
DescribeTransitGatewayAttachmentsResult.withTransitGatewayAttachments(TransitGatewayAttachment... transitGatewayAttachments)
Information about the attachments.
|
Copyright © 2021. All rights reserved.