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

Packages that use VpnConnection
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

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

Methods in com.amazonaws.services.ec2.model that return VpnConnection
 VpnConnection CreateVpnConnectionResult.getVpnConnection()
          Returns the value of the VpnConnection property for this object.
 VpnConnection VpnConnection.withCustomerGatewayConfiguration(String customerGatewayConfiguration)
          Sets the value of the CustomerGatewayConfiguration property for this object.
 VpnConnection VpnConnection.withCustomerGatewayId(String customerGatewayId)
          Sets the value of the CustomerGatewayId property for this object.
 VpnConnection VpnConnection.withState(String state)
          Sets the value of the State property for this object.
 VpnConnection VpnConnection.withType(String type)
          Sets the value of the Type property for this object.
 VpnConnection VpnConnection.withVpnConnectionId(String vpnConnectionId)
          Sets the value of the VpnConnectionId property for this object.
 VpnConnection VpnConnection.withVpnGatewayId(String vpnGatewayId)
          Sets the value of the VpnGatewayId property for this object.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type VpnConnection
 List<VpnConnection> DescribeVpnConnectionsResult.getVpnConnections()
          Returns the value of the VpnConnections property for this object.
 

Methods in com.amazonaws.services.ec2.model with parameters of type VpnConnection
 void CreateVpnConnectionResult.setVpnConnection(VpnConnection vpnConnection)
          Sets the value of the VpnConnection property for this object.
 CreateVpnConnectionResult CreateVpnConnectionResult.withVpnConnection(VpnConnection vpnConnection)
          Sets the value of the VpnConnection property for this object.
 DescribeVpnConnectionsResult DescribeVpnConnectionsResult.withVpnConnections(VpnConnection... vpnConnections)
          Sets the value of the VpnConnections property for this object.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type VpnConnection
 void DescribeVpnConnectionsResult.setVpnConnections(Collection<VpnConnection> vpnConnections)
          Sets the value of the VpnConnections property for this object.
 DescribeVpnConnectionsResult DescribeVpnConnectionsResult.withVpnConnections(Collection<VpnConnection> vpnConnections)
          Sets the value of the VpnConnections property for this object.
 



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