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 |
---|---|
CreateVpnConnectionResult |
AmazonEC2.createVpnConnection(CreateVpnConnectionRequest createVpnConnectionRequest)
Creates a VPN connection between an existing virtual private gateway
and a VPN customer gateway.
|
CreateVpnConnectionResult |
AmazonEC2Client.createVpnConnection(CreateVpnConnectionRequest createVpnConnectionRequest)
Creates a VPN connection between an existing virtual private gateway
and a VPN customer gateway.
|
Future<CreateVpnConnectionResult> |
AmazonEC2AsyncClient.createVpnConnectionAsync(CreateVpnConnectionRequest createVpnConnectionRequest)
Creates a VPN connection between an existing virtual private gateway
and a VPN customer gateway.
|
Future<CreateVpnConnectionResult> |
AmazonEC2Async.createVpnConnectionAsync(CreateVpnConnectionRequest createVpnConnectionRequest)
Creates a VPN connection between an existing virtual private gateway
and a VPN customer gateway.
|
Future<CreateVpnConnectionResult> |
AmazonEC2AsyncClient.createVpnConnectionAsync(CreateVpnConnectionRequest createVpnConnectionRequest,
AsyncHandler<CreateVpnConnectionRequest,CreateVpnConnectionResult> asyncHandler)
Creates a VPN connection between an existing virtual private gateway
and a VPN customer gateway.
|
Future<CreateVpnConnectionResult> |
AmazonEC2Async.createVpnConnectionAsync(CreateVpnConnectionRequest createVpnConnectionRequest,
AsyncHandler<CreateVpnConnectionRequest,CreateVpnConnectionResult> asyncHandler)
Creates a VPN connection between an existing virtual private gateway
and a VPN customer gateway.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateVpnConnectionResult> |
AmazonEC2AsyncClient.createVpnConnectionAsync(CreateVpnConnectionRequest createVpnConnectionRequest,
AsyncHandler<CreateVpnConnectionRequest,CreateVpnConnectionResult> asyncHandler)
Creates a VPN connection between an existing virtual private gateway
and a VPN customer gateway.
|
Future<CreateVpnConnectionResult> |
AmazonEC2Async.createVpnConnectionAsync(CreateVpnConnectionRequest createVpnConnectionRequest,
AsyncHandler<CreateVpnConnectionRequest,CreateVpnConnectionResult> asyncHandler)
Creates a VPN connection between an existing virtual private gateway
and a VPN customer gateway.
|
Modifier and Type | Method and Description |
---|---|
CreateVpnConnectionRequest |
CreateVpnConnectionRequest.withCustomerGatewayId(String customerGatewayId)
The ID of the customer gateway.
|
CreateVpnConnectionRequest |
CreateVpnConnectionRequest.withOptions(VpnConnectionOptionsSpecification options)
Indicates whether the VPN connection requires static routes.
|
CreateVpnConnectionRequest |
CreateVpnConnectionRequest.withType(String type)
The type of VPN connection.
|
CreateVpnConnectionRequest |
CreateVpnConnectionRequest.withVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateVpnConnectionRequest> |
CreateVpnConnectionRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.