Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<DisableVgwRoutePropagationResult> |
AbstractAmazonEC2Async.disableVgwRoutePropagationAsync(DisableVgwRoutePropagationRequest request,
AsyncHandler<DisableVgwRoutePropagationRequest,DisableVgwRoutePropagationResult> asyncHandler) |
Future<DisableVgwRoutePropagationResult> |
AmazonEC2AsyncClient.disableVgwRoutePropagationAsync(DisableVgwRoutePropagationRequest request,
AsyncHandler<DisableVgwRoutePropagationRequest,DisableVgwRoutePropagationResult> asyncHandler) |
Future<DisableVgwRoutePropagationResult> |
AmazonEC2Async.disableVgwRoutePropagationAsync(DisableVgwRoutePropagationRequest disableVgwRoutePropagationRequest,
AsyncHandler<DisableVgwRoutePropagationRequest,DisableVgwRoutePropagationResult> asyncHandler)
Disables a virtual private gateway (VGW) from propagating routes to a
specified route table of a VPC.
|
Modifier and Type | Method and Description |
---|---|
DisableVgwRoutePropagationRequest |
DisableVgwRoutePropagationRequest.clone() |
DisableVgwRoutePropagationRequest |
DisableVgwRoutePropagationRequest.withGatewayId(String gatewayId)
The ID of the virtual private gateway.
|
DisableVgwRoutePropagationRequest |
DisableVgwRoutePropagationRequest.withRouteTableId(String routeTableId)
The ID of the route table.
|
Modifier and Type | Method and Description |
---|---|
Request<DisableVgwRoutePropagationRequest> |
DisableVgwRoutePropagationRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2018. All rights reserved.