|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeleteVpnConnectionRouteRequest | |
---|---|
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. |
Uses of DeleteVpnConnectionRouteRequest in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 with parameters of type DeleteVpnConnectionRouteRequest | |
---|---|
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. |
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. |
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. |
Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteVpnConnectionRouteRequest | |
---|---|
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. |
Uses of DeleteVpnConnectionRouteRequest in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return DeleteVpnConnectionRouteRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |