| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default EnableVgwRoutePropagationResponse |
Ec2Client.enableVgwRoutePropagation(Consumer<EnableVgwRoutePropagationRequest.Builder> enableVgwRoutePropagationRequest)
Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.
|
default EnableVgwRoutePropagationResponse |
Ec2Client.enableVgwRoutePropagation(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest)
Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<EnableVgwRoutePropagationResponse> |
Ec2AsyncClient.enableVgwRoutePropagation(Consumer<EnableVgwRoutePropagationRequest.Builder> enableVgwRoutePropagationRequest)
Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.
|
default CompletableFuture<EnableVgwRoutePropagationResponse> |
Ec2AsyncClient.enableVgwRoutePropagation(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest)
Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.
|
Copyright © 2022. All rights reserved.