|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateVpnGatewayRequest | |
---|---|
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 CreateVpnGatewayRequest in com.amazonaws.services.ec2 |
---|
Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateVpnGatewayRequest | |
---|---|
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. |
Uses of CreateVpnGatewayRequest in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return CreateVpnGatewayRequest | |
---|---|
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. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateVpnGatewayRequest | |
---|---|
Request<CreateVpnGatewayRequest> |
CreateVpnGatewayRequest.getDryRunRequest()
This method is intended for internal use only. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |