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()
           
 VpnConnection VpnConnection.withCustomerGatewayConfiguration(String customerGatewayConfiguration)
          Contains configuration information in the native XML format for the VPN connection's customer gateway.
 VpnConnection VpnConnection.withCustomerGatewayId(String customerGatewayId)
          Specifies ID of the customer gateway at the end of the VPN connection.
 VpnConnection VpnConnection.withState(String state)
          Describes the current state of the VPN connection.
 VpnConnection VpnConnection.withType(String type)
          Specifies the type of VPN connection.
 VpnConnection VpnConnection.withVpnConnectionId(String vpnConnectionId)
          Specifies the ID of the VPN gateway at the VPC end of the VPN connection.
 VpnConnection VpnConnection.withVpnGatewayId(String vpnGatewayId)
          Specfies the ID of the VPN gateway at the VPC end of the VPN connection.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type VpnConnection
 List<VpnConnection> DescribeVpnConnectionsResult.getVpnConnections()
           
 

Methods in com.amazonaws.services.ec2.model with parameters of type VpnConnection
 void CreateVpnConnectionResult.setVpnConnection(VpnConnection vpnConnection)
           
 CreateVpnConnectionResult CreateVpnConnectionResult.withVpnConnection(VpnConnection vpnConnection)
           Returns a reference to this object so that method calls can be chained together.
 DescribeVpnConnectionsResult DescribeVpnConnectionsResult.withVpnConnections(VpnConnection... vpnConnections)
           Returns a reference to this object so that method calls can be chained together.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type VpnConnection
 void DescribeVpnConnectionsResult.setVpnConnections(Collection<VpnConnection> vpnConnections)
           
 DescribeVpnConnectionsResult DescribeVpnConnectionsResult.withVpnConnections(Collection<VpnConnection> vpnConnections)
           Returns a reference to this object so that method calls can be chained together.
 



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