| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| 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 GetTransitGatewayRouteTableAssociationsResponse |
Ec2Client.getTransitGatewayRouteTableAssociations(Consumer<GetTransitGatewayRouteTableAssociationsRequest.Builder> getTransitGatewayRouteTableAssociationsRequest)
Gets information about the associations for the specified transit gateway route table.
|
default GetTransitGatewayRouteTableAssociationsPublisher |
Ec2AsyncClient.getTransitGatewayRouteTableAssociationsPaginator(Consumer<GetTransitGatewayRouteTableAssociationsRequest.Builder> getTransitGatewayRouteTableAssociationsRequest)
Gets information about the associations for the specified transit gateway route table.
|
default GetTransitGatewayRouteTableAssociationsIterable |
Ec2Client.getTransitGatewayRouteTableAssociationsPaginator(Consumer<GetTransitGatewayRouteTableAssociationsRequest.Builder> getTransitGatewayRouteTableAssociationsRequest)
Gets information about the associations for the specified transit gateway route table.
|
| Modifier and Type | Method and Description |
|---|---|
static GetTransitGatewayRouteTableAssociationsRequest.Builder |
GetTransitGatewayRouteTableAssociationsRequest.builder() |
GetTransitGatewayRouteTableAssociationsRequest.Builder |
GetTransitGatewayRouteTableAssociationsRequest.Builder.filters(Collection<Filter> filters)
One or more filters.
|
GetTransitGatewayRouteTableAssociationsRequest.Builder |
GetTransitGatewayRouteTableAssociationsRequest.Builder.filters(Consumer<Filter.Builder>... filters)
One or more filters.
|
GetTransitGatewayRouteTableAssociationsRequest.Builder |
GetTransitGatewayRouteTableAssociationsRequest.Builder.filters(Filter... filters)
One or more filters.
|
GetTransitGatewayRouteTableAssociationsRequest.Builder |
GetTransitGatewayRouteTableAssociationsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
GetTransitGatewayRouteTableAssociationsRequest.Builder |
GetTransitGatewayRouteTableAssociationsRequest.Builder.nextToken(String nextToken)
The token for the next page of results.
|
GetTransitGatewayRouteTableAssociationsRequest.Builder |
GetTransitGatewayRouteTableAssociationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTransitGatewayRouteTableAssociationsRequest.Builder |
GetTransitGatewayRouteTableAssociationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTransitGatewayRouteTableAssociationsRequest.Builder |
GetTransitGatewayRouteTableAssociationsRequest.toBuilder() |
GetTransitGatewayRouteTableAssociationsRequest.Builder |
GetTransitGatewayRouteTableAssociationsRequest.Builder.transitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetTransitGatewayRouteTableAssociationsRequest.Builder> |
GetTransitGatewayRouteTableAssociationsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.