| Package | Description |
|---|---|
| com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
| com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonEC2.enableVgwRoutePropagation(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest)
Enables a virtual private gateway (VGW) to propagate routes to the
specified route table of a VPC.
|
void |
AmazonEC2Client.enableVgwRoutePropagation(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest)
Enables a virtual private gateway (VGW) to propagate routes to the
specified route table of a VPC.
|
Future<Void> |
AmazonEC2AsyncClient.enableVgwRoutePropagationAsync(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest)
Enables a virtual private gateway (VGW) to propagate routes to the
specified route table of a VPC.
|
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> |
AmazonEC2AsyncClient.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> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonEC2AsyncClient.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> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
EnableVgwRoutePropagationRequest |
EnableVgwRoutePropagationRequest.withGatewayId(String gatewayId)
The ID of the virtual private gateway.
|
EnableVgwRoutePropagationRequest |
EnableVgwRoutePropagationRequest.withRouteTableId(String routeTableId)
The ID of the route table.
|
Copyright © 2014. All rights reserved.