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

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

Methods in com.amazonaws.services.ec2 that return CreateVpnConnectionResult
 CreateVpnConnectionResult AmazonEC2.createVpnConnection(CreateVpnConnectionRequest createVpnConnectionRequest)
           Creates a new VPN connection between an existing VPN gateway and customer gateway.
 CreateVpnConnectionResult AmazonEC2Client.createVpnConnection(CreateVpnConnectionRequest createVpnConnectionRequest)
           Creates a new VPN connection between an existing VPN gateway and customer gateway.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateVpnConnectionResult
 Future<CreateVpnConnectionResult> AmazonEC2AsyncClient.createVpnConnectionAsync(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.
 

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

Methods in com.amazonaws.services.ec2.model that return CreateVpnConnectionResult
 CreateVpnConnectionResult CreateVpnConnectionResult.withVpnConnection(VpnConnection vpnConnection)
           Returns a reference to this object so that method calls can be chained together.
 



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