| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default GetTransitGatewayAttachmentPropagationsResponse |
Ec2Client.getTransitGatewayAttachmentPropagations(Consumer<GetTransitGatewayAttachmentPropagationsRequest.Builder> getTransitGatewayAttachmentPropagationsRequest)
Lists the route tables to which the specified resource attachment propagates routes.
|
default CompletableFuture<GetTransitGatewayAttachmentPropagationsResponse> |
Ec2AsyncClient.getTransitGatewayAttachmentPropagations(Consumer<GetTransitGatewayAttachmentPropagationsRequest.Builder> getTransitGatewayAttachmentPropagationsRequest)
Lists the route tables to which the specified resource attachment propagates routes.
|
default GetTransitGatewayAttachmentPropagationsIterable |
Ec2Client.getTransitGatewayAttachmentPropagationsPaginator(Consumer<GetTransitGatewayAttachmentPropagationsRequest.Builder> getTransitGatewayAttachmentPropagationsRequest)
Lists the route tables to which the specified resource attachment propagates routes.
|
default GetTransitGatewayAttachmentPropagationsPublisher |
Ec2AsyncClient.getTransitGatewayAttachmentPropagationsPaginator(Consumer<GetTransitGatewayAttachmentPropagationsRequest.Builder> getTransitGatewayAttachmentPropagationsRequest)
Lists the route tables to which the specified resource attachment propagates routes.
|
| Modifier and Type | Method and Description |
|---|---|
static GetTransitGatewayAttachmentPropagationsRequest.Builder |
GetTransitGatewayAttachmentPropagationsRequest.builder() |
GetTransitGatewayAttachmentPropagationsRequest.Builder |
GetTransitGatewayAttachmentPropagationsRequest.Builder.filters(Collection<Filter> filters)
One or more filters.
|
GetTransitGatewayAttachmentPropagationsRequest.Builder |
GetTransitGatewayAttachmentPropagationsRequest.Builder.filters(Consumer<Filter.Builder>... filters)
One or more filters.
|
GetTransitGatewayAttachmentPropagationsRequest.Builder |
GetTransitGatewayAttachmentPropagationsRequest.Builder.filters(Filter... filters)
One or more filters.
|
GetTransitGatewayAttachmentPropagationsRequest.Builder |
GetTransitGatewayAttachmentPropagationsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
GetTransitGatewayAttachmentPropagationsRequest.Builder |
GetTransitGatewayAttachmentPropagationsRequest.Builder.nextToken(String nextToken)
The token for the next page of results.
|
GetTransitGatewayAttachmentPropagationsRequest.Builder |
GetTransitGatewayAttachmentPropagationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTransitGatewayAttachmentPropagationsRequest.Builder |
GetTransitGatewayAttachmentPropagationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTransitGatewayAttachmentPropagationsRequest.Builder |
GetTransitGatewayAttachmentPropagationsRequest.toBuilder() |
GetTransitGatewayAttachmentPropagationsRequest.Builder |
GetTransitGatewayAttachmentPropagationsRequest.Builder.transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetTransitGatewayAttachmentPropagationsRequest.Builder> |
GetTransitGatewayAttachmentPropagationsRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.