| Package | Description |
|---|---|
| com.amazonaws.services.ec2 | |
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonEC2Client.enableVgwRoutePropagation(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest)
Enables a virtual private gateway (VGW) to propagate routes to the
specified route table of a VPC.
|
void |
AmazonEC2.enableVgwRoutePropagation(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest)
Enables a virtual private gateway (VGW) to propagate routes to the
specified route table of a VPC.
|
void |
AbstractAmazonEC2.enableVgwRoutePropagation(EnableVgwRoutePropagationRequest request) |
Future<Void> |
AmazonEC2AsyncClient.enableVgwRoutePropagationAsync(EnableVgwRoutePropagationRequest request) |
Future<Void> |
AmazonEC2Async.enableVgwRoutePropagationAsync(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest)
Enables a virtual private gateway (VGW) to propagate routes to the
specified route table of a VPC.
|
Future<Void> |
AbstractAmazonEC2Async.enableVgwRoutePropagationAsync(EnableVgwRoutePropagationRequest request) |
Future<Void> |
AmazonEC2AsyncClient.enableVgwRoutePropagationAsync(EnableVgwRoutePropagationRequest request,
AsyncHandler<EnableVgwRoutePropagationRequest,Void> asyncHandler) |
Future<Void> |
AmazonEC2Async.enableVgwRoutePropagationAsync(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest,
AsyncHandler<EnableVgwRoutePropagationRequest,Void> asyncHandler)
Enables a virtual private gateway (VGW) to propagate routes to the
specified route table of a VPC.
|
Future<Void> |
AbstractAmazonEC2Async.enableVgwRoutePropagationAsync(EnableVgwRoutePropagationRequest request,
AsyncHandler<EnableVgwRoutePropagationRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonEC2AsyncClient.enableVgwRoutePropagationAsync(EnableVgwRoutePropagationRequest request,
AsyncHandler<EnableVgwRoutePropagationRequest,Void> asyncHandler) |
Future<Void> |
AmazonEC2Async.enableVgwRoutePropagationAsync(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest,
AsyncHandler<EnableVgwRoutePropagationRequest,Void> asyncHandler)
Enables a virtual private gateway (VGW) to propagate routes to the
specified route table of a VPC.
|
Future<Void> |
AbstractAmazonEC2Async.enableVgwRoutePropagationAsync(EnableVgwRoutePropagationRequest request,
AsyncHandler<EnableVgwRoutePropagationRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
EnableVgwRoutePropagationRequest |
EnableVgwRoutePropagationRequest.clone() |
EnableVgwRoutePropagationRequest |
EnableVgwRoutePropagationRequest.withGatewayId(String gatewayId)
The ID of the virtual private gateway.
|
EnableVgwRoutePropagationRequest |
EnableVgwRoutePropagationRequest.withRouteTableId(String routeTableId)
The ID of the route table.
|
| Modifier and Type | Method and Description |
|---|---|
Request<EnableVgwRoutePropagationRequest> |
EnableVgwRoutePropagationRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2016. All rights reserved.