Package | Description |
---|---|
software.amazon.awssdk.services.ec2 |
|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<GetTransitGatewayPrefixListReferencesResponse> |
Ec2AsyncClient.getTransitGatewayPrefixListReferences(Consumer<GetTransitGatewayPrefixListReferencesRequest.Builder> getTransitGatewayPrefixListReferencesRequest)
Gets information about the prefix list references in a specified transit gateway route table.
|
default GetTransitGatewayPrefixListReferencesResponse |
Ec2Client.getTransitGatewayPrefixListReferences(Consumer<GetTransitGatewayPrefixListReferencesRequest.Builder> getTransitGatewayPrefixListReferencesRequest)
Gets information about the prefix list references in a specified transit gateway route table.
|
default GetTransitGatewayPrefixListReferencesPublisher |
Ec2AsyncClient.getTransitGatewayPrefixListReferencesPaginator(Consumer<GetTransitGatewayPrefixListReferencesRequest.Builder> getTransitGatewayPrefixListReferencesRequest)
Gets information about the prefix list references in a specified transit gateway route table.
|
default GetTransitGatewayPrefixListReferencesIterable |
Ec2Client.getTransitGatewayPrefixListReferencesPaginator(Consumer<GetTransitGatewayPrefixListReferencesRequest.Builder> getTransitGatewayPrefixListReferencesRequest)
Gets information about the prefix list references in a specified transit gateway route table.
|
Modifier and Type | Method and Description |
---|---|
static GetTransitGatewayPrefixListReferencesRequest.Builder |
GetTransitGatewayPrefixListReferencesRequest.builder() |
GetTransitGatewayPrefixListReferencesRequest.Builder |
GetTransitGatewayPrefixListReferencesRequest.Builder.dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
GetTransitGatewayPrefixListReferencesRequest.Builder |
GetTransitGatewayPrefixListReferencesRequest.Builder.filters(Collection<Filter> filters)
One or more filters.
|
GetTransitGatewayPrefixListReferencesRequest.Builder |
GetTransitGatewayPrefixListReferencesRequest.Builder.filters(Consumer<Filter.Builder>... filters)
One or more filters.
|
GetTransitGatewayPrefixListReferencesRequest.Builder |
GetTransitGatewayPrefixListReferencesRequest.Builder.filters(Filter... filters)
One or more filters.
|
GetTransitGatewayPrefixListReferencesRequest.Builder |
GetTransitGatewayPrefixListReferencesRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
GetTransitGatewayPrefixListReferencesRequest.Builder |
GetTransitGatewayPrefixListReferencesRequest.Builder.nextToken(String nextToken)
The token for the next page of results.
|
GetTransitGatewayPrefixListReferencesRequest.Builder |
GetTransitGatewayPrefixListReferencesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTransitGatewayPrefixListReferencesRequest.Builder |
GetTransitGatewayPrefixListReferencesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTransitGatewayPrefixListReferencesRequest.Builder |
GetTransitGatewayPrefixListReferencesRequest.toBuilder() |
GetTransitGatewayPrefixListReferencesRequest.Builder |
GetTransitGatewayPrefixListReferencesRequest.Builder.transitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends GetTransitGatewayPrefixListReferencesRequest.Builder> |
GetTransitGatewayPrefixListReferencesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.