Uses of Class
com.amazonaws.services.ec2.model.CreateVpnGatewayRequest
-
Packages that use CreateVpnGatewayRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreateVpnGatewayRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateVpnGatewayRequest 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 CreateVpnGatewayRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateVpnGatewayRequest Modifier and Type Method Description CreateVpnGatewayRequestCreateVpnGatewayRequest. clone()CreateVpnGatewayRequestCreateVpnGatewayRequest. withAvailabilityZone(String availabilityZone)The Availability Zone for the virtual private gateway.CreateVpnGatewayRequestCreateVpnGatewayRequest. withType(GatewayType type)The type of VPN connection this virtual private gateway supports.CreateVpnGatewayRequestCreateVpnGatewayRequest. 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 Modifier and Type Method Description Request<CreateVpnGatewayRequest>CreateVpnGatewayRequest. getDryRunRequest()This method is intended for internal use only.
-