| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetTransitGatewayRouteTableAssociationsResponse |
Ec2Client.getTransitGatewayRouteTableAssociations(Consumer<GetTransitGatewayRouteTableAssociationsRequest.Builder> getTransitGatewayRouteTableAssociationsRequest)
Gets information about the associations for the specified transit gateway route table.
|
default GetTransitGatewayRouteTableAssociationsResponse |
Ec2Client.getTransitGatewayRouteTableAssociations(GetTransitGatewayRouteTableAssociationsRequest getTransitGatewayRouteTableAssociationsRequest)
Gets information about the associations for the specified transit gateway route table.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetTransitGatewayRouteTableAssociationsResponse> |
Ec2AsyncClient.getTransitGatewayRouteTableAssociations(Consumer<GetTransitGatewayRouteTableAssociationsRequest.Builder> getTransitGatewayRouteTableAssociationsRequest)
Gets information about the associations for the specified transit gateway route table.
|
default CompletableFuture<GetTransitGatewayRouteTableAssociationsResponse> |
Ec2AsyncClient.getTransitGatewayRouteTableAssociations(GetTransitGatewayRouteTableAssociationsRequest getTransitGatewayRouteTableAssociationsRequest)
Gets information about the associations for the specified transit gateway route table.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetTransitGatewayRouteTableAssociationsResponse> |
GetTransitGatewayRouteTableAssociationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetTransitGatewayRouteTableAssociationsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetTransitGatewayRouteTableAssociationsResponse> subscriber) |
Copyright © 2021. All rights reserved.