| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<TransitGatewayAttachment> |
DescribeTransitGatewayAttachmentsResponse.transitGatewayAttachments()
Information about the attachments.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTransitGatewayAttachmentsResponse.Builder |
DescribeTransitGatewayAttachmentsResponse.Builder.transitGatewayAttachments(TransitGatewayAttachment... transitGatewayAttachments)
Information about the attachments.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTransitGatewayAttachmentsResponse.Builder |
DescribeTransitGatewayAttachmentsResponse.Builder.transitGatewayAttachments(Collection<TransitGatewayAttachment> transitGatewayAttachments)
Information about the attachments.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<TransitGatewayAttachment> |
DescribeTransitGatewayAttachmentsIterable.transitGatewayAttachments()
Returns an iterable to iterate through the paginated
DescribeTransitGatewayAttachmentsResponse.transitGatewayAttachments() member. |
SdkPublisher<TransitGatewayAttachment> |
DescribeTransitGatewayAttachmentsPublisher.transitGatewayAttachments()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2020. All rights reserved.