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

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

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

Methods in com.amazonaws.services.ec2.model that return VpnGateway
 VpnGateway CreateVpnGatewayResult.getVpnGateway()
           
 VpnGateway VpnGateway.withAvailabilityZone(String availabilityZone)
          Specifies the Availability Zone where the VPN gateway was created.
 VpnGateway VpnGateway.withState(String state)
          Describes the current state of the VPN gateway.
 VpnGateway VpnGateway.withType(String type)
          Specifies the type of VPN connection the VPN gateway supports.
 VpnGateway VpnGateway.withVpcAttachments(Collection<VpcAttachment> vpcAttachments)
          Contains information about the VPCs attached to the VPN gateway.
 VpnGateway VpnGateway.withVpcAttachments(VpcAttachment... vpcAttachments)
          Contains information about the VPCs attached to the VPN gateway.
 VpnGateway VpnGateway.withVpnGatewayId(String vpnGatewayId)
          Specifies the ID of the VPN gateway.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type VpnGateway
 List<VpnGateway> DescribeVpnGatewaysResult.getVpnGateways()
           
 

Methods in com.amazonaws.services.ec2.model with parameters of type VpnGateway
 void CreateVpnGatewayResult.setVpnGateway(VpnGateway vpnGateway)
           
 CreateVpnGatewayResult CreateVpnGatewayResult.withVpnGateway(VpnGateway vpnGateway)
           Returns a reference to this object so that method calls can be chained together.
 DescribeVpnGatewaysResult DescribeVpnGatewaysResult.withVpnGateways(VpnGateway... vpnGateways)
           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 VpnGateway
 void DescribeVpnGatewaysResult.setVpnGateways(Collection<VpnGateway> vpnGateways)
           
 DescribeVpnGatewaysResult DescribeVpnGatewaysResult.withVpnGateways(Collection<VpnGateway> vpnGateways)
           Returns a reference to this object so that method calls can be chained together.
 



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