| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeTransitGatewayAttachmentsResponse |
Ec2Client.describeTransitGatewayAttachments()
Describes one or more attachments between resources and transit gateways.
|
default DescribeTransitGatewayAttachmentsResponse |
Ec2Client.describeTransitGatewayAttachments(Consumer<DescribeTransitGatewayAttachmentsRequest.Builder> describeTransitGatewayAttachmentsRequest)
Describes one or more attachments between resources and transit gateways.
|
default DescribeTransitGatewayAttachmentsResponse |
Ec2Client.describeTransitGatewayAttachments(DescribeTransitGatewayAttachmentsRequest describeTransitGatewayAttachmentsRequest)
Describes one or more attachments between resources and transit gateways.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeTransitGatewayAttachmentsResponse> |
Ec2AsyncClient.describeTransitGatewayAttachments()
Describes one or more attachments between resources and transit gateways.
|
default CompletableFuture<DescribeTransitGatewayAttachmentsResponse> |
Ec2AsyncClient.describeTransitGatewayAttachments(Consumer<DescribeTransitGatewayAttachmentsRequest.Builder> describeTransitGatewayAttachmentsRequest)
Describes one or more attachments between resources and transit gateways.
|
default CompletableFuture<DescribeTransitGatewayAttachmentsResponse> |
Ec2AsyncClient.describeTransitGatewayAttachments(DescribeTransitGatewayAttachmentsRequest describeTransitGatewayAttachmentsRequest)
Describes one or more attachments between resources and transit gateways.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeTransitGatewayAttachmentsResponse> |
DescribeTransitGatewayAttachmentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTransitGatewayAttachmentsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeTransitGatewayAttachmentsResponse> subscriber) |
Copyright © 2020. All rights reserved.