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 |
---|---|
CreateVpnGatewayResult |
AmazonEC2.createVpnGateway(CreateVpnGatewayRequest createVpnGatewayRequest)
Creates a virtual private gateway.
|
CreateVpnGatewayResult |
AmazonEC2Client.createVpnGateway(CreateVpnGatewayRequest createVpnGatewayRequest)
Creates a virtual private gateway.
|
Future<CreateVpnGatewayResult> |
AmazonEC2AsyncClient.createVpnGatewayAsync(CreateVpnGatewayRequest createVpnGatewayRequest)
Creates a virtual private gateway.
|
Future<CreateVpnGatewayResult> |
AmazonEC2Async.createVpnGatewayAsync(CreateVpnGatewayRequest createVpnGatewayRequest)
Creates a virtual private gateway.
|
Future<CreateVpnGatewayResult> |
AmazonEC2AsyncClient.createVpnGatewayAsync(CreateVpnGatewayRequest createVpnGatewayRequest,
AsyncHandler<CreateVpnGatewayRequest,CreateVpnGatewayResult> asyncHandler)
Creates a virtual private gateway.
|
Future<CreateVpnGatewayResult> |
AmazonEC2Async.createVpnGatewayAsync(CreateVpnGatewayRequest createVpnGatewayRequest,
AsyncHandler<CreateVpnGatewayRequest,CreateVpnGatewayResult> asyncHandler)
Creates a virtual private gateway.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateVpnGatewayResult> |
AmazonEC2AsyncClient.createVpnGatewayAsync(CreateVpnGatewayRequest createVpnGatewayRequest,
AsyncHandler<CreateVpnGatewayRequest,CreateVpnGatewayResult> asyncHandler)
Creates a virtual private gateway.
|
Future<CreateVpnGatewayResult> |
AmazonEC2Async.createVpnGatewayAsync(CreateVpnGatewayRequest createVpnGatewayRequest,
AsyncHandler<CreateVpnGatewayRequest,CreateVpnGatewayResult> asyncHandler)
Creates a virtual private gateway.
|
Modifier and Type | Method and Description |
---|---|
CreateVpnGatewayRequest |
CreateVpnGatewayRequest.withAvailabilityZone(String availabilityZone)
The Availability Zone for the virtual private gateway.
|
CreateVpnGatewayRequest |
CreateVpnGatewayRequest.withType(GatewayType type)
The type of VPN connection this virtual private gateway supports.
|
CreateVpnGatewayRequest |
CreateVpnGatewayRequest.withType(String type)
The type of VPN connection this virtual private gateway supports.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateVpnGatewayRequest> |
CreateVpnGatewayRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.