Uses of Class
com.amazonaws.services.ec2.model.CreateVpnGatewayRequest
Packages that use CreateVpnGatewayRequest
-
Uses of CreateVpnGatewayRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type CreateVpnGatewayRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.createVpnGateway
(CreateVpnGatewayRequest request) AmazonEC2.createVpnGateway
(CreateVpnGatewayRequest createVpnGatewayRequest) Creates a virtual private gateway.AmazonEC2Client.createVpnGateway
(CreateVpnGatewayRequest createVpnGatewayRequest) Creates a virtual private gateway.AbstractAmazonEC2Async.createVpnGatewayAsync
(CreateVpnGatewayRequest request) AbstractAmazonEC2Async.createVpnGatewayAsync
(CreateVpnGatewayRequest request, AsyncHandler<CreateVpnGatewayRequest, CreateVpnGatewayResult> asyncHandler) AmazonEC2Async.createVpnGatewayAsync
(CreateVpnGatewayRequest createVpnGatewayRequest) Creates a virtual private gateway.AmazonEC2Async.createVpnGatewayAsync
(CreateVpnGatewayRequest createVpnGatewayRequest, AsyncHandler<CreateVpnGatewayRequest, CreateVpnGatewayResult> asyncHandler) Creates a virtual private gateway.AmazonEC2AsyncClient.createVpnGatewayAsync
(CreateVpnGatewayRequest request) AmazonEC2AsyncClient.createVpnGatewayAsync
(CreateVpnGatewayRequest request, AsyncHandler<CreateVpnGatewayRequest, CreateVpnGatewayResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateVpnGatewayRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createVpnGatewayAsync
(CreateVpnGatewayRequest request, AsyncHandler<CreateVpnGatewayRequest, CreateVpnGatewayResult> asyncHandler) AmazonEC2Async.createVpnGatewayAsync
(CreateVpnGatewayRequest createVpnGatewayRequest, AsyncHandler<CreateVpnGatewayRequest, CreateVpnGatewayResult> asyncHandler) Creates a virtual private gateway.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 CreateVpnGatewayRequestModifier and TypeMethodDescriptionCreateVpnGatewayRequest.clone()
CreateVpnGatewayRequest.withAvailabilityZone
(String availabilityZone) The Availability Zone for the virtual private gateway.CreateVpnGatewayRequest.withType
(GatewayType type) The type of VPN connection this virtual private gateway supports.The type of VPN connection this virtual private gateway supports.Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateVpnGatewayRequestModifier and TypeMethodDescriptionCreateVpnGatewayRequest.getDryRunRequest()
This method is intended for internal use only.