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.createVpnConnectionRoute(CreateVpnConnectionRouteRequest createVpnConnectionRouteRequest)
Creates a static route associated with a VPN connection between an
existing virtual private gateway and a VPN customer gateway.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014. All rights reserved.