Uses of Class
com.amazonaws.services.ec2.model.CreateVpnGatewayResult
Packages that use CreateVpnGatewayResult
-
Uses of CreateVpnGatewayResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateVpnGatewayResultModifier and TypeMethodDescriptionAbstractAmazonEC2.createVpnGateway(CreateVpnGatewayRequest request) AmazonEC2.createVpnGateway(CreateVpnGatewayRequest createVpnGatewayRequest) Creates a virtual private gateway.AmazonEC2Client.createVpnGateway(CreateVpnGatewayRequest createVpnGatewayRequest) Creates a virtual private gateway.Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateVpnGatewayResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.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 CreateVpnGatewayResultModifier 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 CreateVpnGatewayResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateVpnGatewayResultModifier and TypeMethodDescriptionCreateVpnGatewayResult.clone()CreateVpnGatewayResult.withVpnGateway(VpnGateway vpnGateway) Information about the virtual private gateway.