Uses of Class
com.amazonaws.services.ec2.model.CreateVpnGatewayResult
-
Packages that use CreateVpnGatewayResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreateVpnGatewayResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateVpnGatewayResult Modifier and Type Method Description CreateVpnGatewayResult
AbstractAmazonEC2. createVpnGateway(CreateVpnGatewayRequest request)
CreateVpnGatewayResult
AmazonEC2. createVpnGateway(CreateVpnGatewayRequest createVpnGatewayRequest)
Creates a virtual private gateway.CreateVpnGatewayResult
AmazonEC2Client. createVpnGateway(CreateVpnGatewayRequest createVpnGatewayRequest)
Creates a virtual private gateway.Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateVpnGatewayResult Modifier and Type Method Description Future<CreateVpnGatewayResult>
AbstractAmazonEC2Async. createVpnGatewayAsync(CreateVpnGatewayRequest request, AsyncHandler<CreateVpnGatewayRequest,CreateVpnGatewayResult> asyncHandler)
Future<CreateVpnGatewayResult>
AmazonEC2Async. createVpnGatewayAsync(CreateVpnGatewayRequest createVpnGatewayRequest, AsyncHandler<CreateVpnGatewayRequest,CreateVpnGatewayResult> asyncHandler)
Creates a virtual private gateway.Future<CreateVpnGatewayResult>
AmazonEC2AsyncClient. createVpnGatewayAsync(CreateVpnGatewayRequest request, AsyncHandler<CreateVpnGatewayRequest,CreateVpnGatewayResult> asyncHandler)
-
Uses of CreateVpnGatewayResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateVpnGatewayResult Modifier and Type Method Description CreateVpnGatewayResult
CreateVpnGatewayResult. clone()
CreateVpnGatewayResult
CreateVpnGatewayResult. withVpnGateway(VpnGateway vpnGateway)
Information about the virtual private gateway.
-