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.deleteVpnConnectionRoute(DeleteVpnConnectionRouteRequest deleteVpnConnectionRouteRequest)
Deletes the specified static route associated with a VPN connection
between an existing virtual private gateway and a VPN customer
gateway.
|
void |
AmazonEC2Client.deleteVpnConnectionRoute(DeleteVpnConnectionRouteRequest deleteVpnConnectionRouteRequest)
Deletes the specified static route associated with a VPN connection
between an existing virtual private gateway and a VPN customer
gateway.
|
Future<Void> |
AmazonEC2AsyncClient.deleteVpnConnectionRouteAsync(DeleteVpnConnectionRouteRequest deleteVpnConnectionRouteRequest)
Deletes the specified static route associated with a VPN connection
between an existing virtual private gateway and a VPN customer
gateway.
|
Future<Void> |
AmazonEC2Async.deleteVpnConnectionRouteAsync(DeleteVpnConnectionRouteRequest deleteVpnConnectionRouteRequest)
Deletes the specified static route associated with a VPN connection
between an existing virtual private gateway and a VPN customer
gateway.
|
Future<Void> |
AmazonEC2AsyncClient.deleteVpnConnectionRouteAsync(DeleteVpnConnectionRouteRequest deleteVpnConnectionRouteRequest,
AsyncHandler<DeleteVpnConnectionRouteRequest,Void> asyncHandler)
Deletes the specified static route associated with a VPN connection
between an existing virtual private gateway and a VPN customer
gateway.
|
Future<Void> |
AmazonEC2Async.deleteVpnConnectionRouteAsync(DeleteVpnConnectionRouteRequest deleteVpnConnectionRouteRequest,
AsyncHandler<DeleteVpnConnectionRouteRequest,Void> asyncHandler)
Deletes the specified static route associated with a VPN connection
between an existing virtual private gateway and a VPN customer
gateway.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonEC2AsyncClient.deleteVpnConnectionRouteAsync(DeleteVpnConnectionRouteRequest deleteVpnConnectionRouteRequest,
AsyncHandler<DeleteVpnConnectionRouteRequest,Void> asyncHandler)
Deletes the specified static route associated with a VPN connection
between an existing virtual private gateway and a VPN customer
gateway.
|
Future<Void> |
AmazonEC2Async.deleteVpnConnectionRouteAsync(DeleteVpnConnectionRouteRequest deleteVpnConnectionRouteRequest,
AsyncHandler<DeleteVpnConnectionRouteRequest,Void> asyncHandler)
Deletes the specified static route associated with a VPN connection
between an existing virtual private gateway and a VPN customer
gateway.
|
Modifier and Type | Method and Description |
---|---|
DeleteVpnConnectionRouteRequest |
DeleteVpnConnectionRouteRequest.withDestinationCidrBlock(String destinationCidrBlock)
The CIDR block associated with the local subnet of the customer
network.
|
DeleteVpnConnectionRouteRequest |
DeleteVpnConnectionRouteRequest.withVpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
|
Copyright © 2014. All rights reserved.