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 new VPN connection between an existing VPN gateway and customer gateway.
 CreateVpnConnectionResult AmazonEC2.createVpnConnection(CreateVpnConnectionRequest createVpnConnectionRequest)
           Creates a new VPN connection between an existing VPN gateway and customer gateway.
 Future<CreateVpnConnectionResult> AmazonEC2Async.createVpnConnectionAsync(CreateVpnConnectionRequest createVpnConnectionRequest)
           Creates a new VPN connection between an existing VPN gateway and customer gateway.
 Future<CreateVpnConnectionResult> AmazonEC2AsyncClient.createVpnConnectionAsync(CreateVpnConnectionRequest createVpnConnectionRequest)
           Creates a new VPN connection between an existing VPN gateway and 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)
          Sets the value of the CustomerGatewayId property for this object.
 CreateVpnConnectionRequest CreateVpnConnectionRequest.withType(String type)
          Sets the value of the Type property for this object.
 CreateVpnConnectionRequest CreateVpnConnectionRequest.withVpnGatewayId(String vpnGatewayId)
          Sets the value of the VpnGatewayId property for this object.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.