|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateVpnConnectionRequest | |
---|---|
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 CreateVpnConnectionRequest in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 with parameters of type CreateVpnConnectionRequest | |
---|---|
CreateVpnConnectionResult |
AmazonEC2.createVpnConnection(CreateVpnConnectionRequest createVpnConnectionRequest)
Creates a new VPN connection between an existing VPN gateway and customer gateway. |
CreateVpnConnectionResult |
AmazonEC2Client.createVpnConnection(CreateVpnConnectionRequest createVpnConnectionRequest)
Creates a new VPN connection between an existing VPN gateway and customer gateway. |
Future<CreateVpnConnectionResult> |
AmazonEC2AsyncClient.createVpnConnectionAsync(CreateVpnConnectionRequest createVpnConnectionRequest)
Creates a new VPN connection between an existing VPN gateway and customer gateway. |
Future<CreateVpnConnectionResult> |
AmazonEC2Async.createVpnConnectionAsync(CreateVpnConnectionRequest createVpnConnectionRequest)
Creates a new VPN connection between an existing VPN gateway and customer gateway. |
Uses of CreateVpnConnectionRequest in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return CreateVpnConnectionRequest | |
---|---|
CreateVpnConnectionRequest |
CreateVpnConnectionRequest.withCustomerGatewayId(String customerGatewayId)
The ID of the customer gateway. |
CreateVpnConnectionRequest |
CreateVpnConnectionRequest.withType(String type)
The type of VPN connection. |
CreateVpnConnectionRequest |
CreateVpnConnectionRequest.withVpnGatewayId(String vpnGatewayId)
The ID of the VPN gateway. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |