Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<EnableVgwRoutePropagationResult> |
AbstractAmazonEC2Async.enableVgwRoutePropagationAsync(EnableVgwRoutePropagationRequest request,
AsyncHandler<EnableVgwRoutePropagationRequest,EnableVgwRoutePropagationResult> asyncHandler) |
Future<EnableVgwRoutePropagationResult> |
AmazonEC2AsyncClient.enableVgwRoutePropagationAsync(EnableVgwRoutePropagationRequest request,
AsyncHandler<EnableVgwRoutePropagationRequest,EnableVgwRoutePropagationResult> asyncHandler) |
Future<EnableVgwRoutePropagationResult> |
AmazonEC2Async.enableVgwRoutePropagationAsync(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest,
AsyncHandler<EnableVgwRoutePropagationRequest,EnableVgwRoutePropagationResult> 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.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 © 2018. All rights reserved.