Uses of Class
com.amazonaws.services.ec2.model.CreateVpnConnectionRequest

Packages that use CreateVpnConnectionRequest
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 CreateVpnConnectionRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type CreateVpnConnectionRequest
 CreateVpnConnectionResult AmazonEC2Client.createVpnConnection(CreateVpnConnectionRequest createVpnConnectionRequest)
           Creates a VPN connection between an existing virtual private gateway and a VPN customer gateway.
 CreateVpnConnectionResult AmazonEC2.createVpnConnection(CreateVpnConnectionRequest createVpnConnectionRequest)
           Creates a VPN connection between an existing virtual private gateway and a VPN customer gateway.
 Future<CreateVpnConnectionResult> AmazonEC2AsyncClient.createVpnConnectionAsync(CreateVpnConnectionRequest createVpnConnectionRequest)
           Creates a VPN connection between an existing virtual private gateway and a VPN customer gateway.
 Future<CreateVpnConnectionResult> AmazonEC2Async.createVpnConnectionAsync(CreateVpnConnectionRequest createVpnConnectionRequest)
           Creates a VPN connection between an existing virtual private gateway and a VPN customer gateway.
 Future<CreateVpnConnectionResult> AmazonEC2AsyncClient.createVpnConnectionAsync(CreateVpnConnectionRequest createVpnConnectionRequest, AsyncHandler<CreateVpnConnectionRequest,CreateVpnConnectionResult> asyncHandler)
           Creates a VPN connection between an existing virtual private gateway and a VPN customer gateway.
 Future<CreateVpnConnectionResult> AmazonEC2Async.createVpnConnectionAsync(CreateVpnConnectionRequest createVpnConnectionRequest, AsyncHandler<CreateVpnConnectionRequest,CreateVpnConnectionResult> asyncHandler)
           Creates a VPN connection between an existing virtual private gateway and a VPN customer gateway.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateVpnConnectionRequest
 Future<CreateVpnConnectionResult> AmazonEC2AsyncClient.createVpnConnectionAsync(CreateVpnConnectionRequest createVpnConnectionRequest, AsyncHandler<CreateVpnConnectionRequest,CreateVpnConnectionResult> asyncHandler)
           Creates a VPN connection between an existing virtual private gateway and a VPN customer gateway.
 Future<CreateVpnConnectionResult> AmazonEC2Async.createVpnConnectionAsync(CreateVpnConnectionRequest createVpnConnectionRequest, AsyncHandler<CreateVpnConnectionRequest,CreateVpnConnectionResult> asyncHandler)
           Creates a VPN connection between an existing virtual private gateway and a VPN customer gateway.
 

Uses of CreateVpnConnectionRequest in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return CreateVpnConnectionRequest
 CreateVpnConnectionRequest CreateVpnConnectionRequest.withCustomerGatewayId(String customerGatewayId)
          The ID of the customer gateway.
 CreateVpnConnectionRequest CreateVpnConnectionRequest.withOptions(VpnConnectionOptionsSpecification options)
          Indicates whether the VPN connection requires static routes.
 CreateVpnConnectionRequest CreateVpnConnectionRequest.withType(String type)
          The type of VPN connection.
 CreateVpnConnectionRequest CreateVpnConnectionRequest.withVpnGatewayId(String vpnGatewayId)
          The ID of the virtual private gateway.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateVpnConnectionRequest
 Request<CreateVpnConnectionRequest> CreateVpnConnectionRequest.getDryRunRequest()
          This method is intended for internal use only.
 



Copyright © 2016. All rights reserved.