| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<EnableTransitGatewayRouteTablePropagationResponse> |
Ec2AsyncClient.enableTransitGatewayRouteTablePropagation(Consumer<EnableTransitGatewayRouteTablePropagationRequest.Builder> enableTransitGatewayRouteTablePropagationRequest)
Enables the specified attachment to propagate routes to the specified propagation route table.
|
default EnableTransitGatewayRouteTablePropagationResponse |
Ec2Client.enableTransitGatewayRouteTablePropagation(Consumer<EnableTransitGatewayRouteTablePropagationRequest.Builder> enableTransitGatewayRouteTablePropagationRequest)
Enables the specified attachment to propagate routes to the specified propagation route table.
|
| Modifier and Type | Method and Description |
|---|---|
static EnableTransitGatewayRouteTablePropagationRequest.Builder |
EnableTransitGatewayRouteTablePropagationRequest.builder() |
EnableTransitGatewayRouteTablePropagationRequest.Builder |
EnableTransitGatewayRouteTablePropagationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
EnableTransitGatewayRouteTablePropagationRequest.Builder |
EnableTransitGatewayRouteTablePropagationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
EnableTransitGatewayRouteTablePropagationRequest.Builder |
EnableTransitGatewayRouteTablePropagationRequest.toBuilder() |
EnableTransitGatewayRouteTablePropagationRequest.Builder |
EnableTransitGatewayRouteTablePropagationRequest.Builder.transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
|
EnableTransitGatewayRouteTablePropagationRequest.Builder |
EnableTransitGatewayRouteTablePropagationRequest.Builder.transitGatewayRouteTableAnnouncementId(String transitGatewayRouteTableAnnouncementId)
The ID of the transit gateway route table announcement.
|
EnableTransitGatewayRouteTablePropagationRequest.Builder |
EnableTransitGatewayRouteTablePropagationRequest.Builder.transitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the propagation route table.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EnableTransitGatewayRouteTablePropagationRequest.Builder> |
EnableTransitGatewayRouteTablePropagationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.