|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateVpnConnectionRouteRequest | |
---|---|
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 CreateVpnConnectionRouteRequest in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 with parameters of type CreateVpnConnectionRouteRequest | |
---|---|
void |
AmazonEC2Client.createVpnConnectionRoute(CreateVpnConnectionRouteRequest createVpnConnectionRouteRequest)
Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. |
void |
AmazonEC2.createVpnConnectionRoute(CreateVpnConnectionRouteRequest createVpnConnectionRouteRequest)
Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. |
Future<Void> |
AmazonEC2AsyncClient.createVpnConnectionRouteAsync(CreateVpnConnectionRouteRequest createVpnConnectionRouteRequest)
Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. |
Future<Void> |
AmazonEC2Async.createVpnConnectionRouteAsync(CreateVpnConnectionRouteRequest createVpnConnectionRouteRequest)
Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. |
Future<Void> |
AmazonEC2AsyncClient.createVpnConnectionRouteAsync(CreateVpnConnectionRouteRequest createVpnConnectionRouteRequest,
AsyncHandler<CreateVpnConnectionRouteRequest,Void> asyncHandler)
Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. |
Future<Void> |
AmazonEC2Async.createVpnConnectionRouteAsync(CreateVpnConnectionRouteRequest createVpnConnectionRouteRequest,
AsyncHandler<CreateVpnConnectionRouteRequest,Void> asyncHandler)
Creates a 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 CreateVpnConnectionRouteRequest | |
---|---|
Future<Void> |
AmazonEC2AsyncClient.createVpnConnectionRouteAsync(CreateVpnConnectionRouteRequest createVpnConnectionRouteRequest,
AsyncHandler<CreateVpnConnectionRouteRequest,Void> asyncHandler)
Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. |
Future<Void> |
AmazonEC2Async.createVpnConnectionRouteAsync(CreateVpnConnectionRouteRequest createVpnConnectionRouteRequest,
AsyncHandler<CreateVpnConnectionRouteRequest,Void> asyncHandler)
Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. |
Uses of CreateVpnConnectionRouteRequest in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return CreateVpnConnectionRouteRequest | |
---|---|
CreateVpnConnectionRouteRequest |
CreateVpnConnectionRouteRequest.withDestinationCidrBlock(String destinationCidrBlock)
The CIDR block associated with the local subnet of the customer network. |
CreateVpnConnectionRouteRequest |
CreateVpnConnectionRouteRequest.withVpnConnectionId(String vpnConnectionId)
The ID of the VPN connection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |