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()
          Returns the value of the VpnGateway property for this object.
 VpnGateway VpnGateway.withAvailabilityZone(String availabilityZone)
          Sets the value of the AvailabilityZone property for this object.
 VpnGateway VpnGateway.withState(String state)
          Sets the value of the State property for this object.
 VpnGateway VpnGateway.withType(String type)
          Sets the value of the Type property for this object.
 VpnGateway VpnGateway.withVpcAttachments(Collection<VpcAttachment> vpcAttachments)
          Sets the value of the VpcAttachments property for this object.
 VpnGateway VpnGateway.withVpcAttachments(VpcAttachment... vpcAttachments)
          Sets the value of the VpcAttachments property for this object.
 VpnGateway VpnGateway.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 VpnGateway
 List<VpnGateway> DescribeVpnGatewaysResult.getVpnGateways()
          Returns the value of the VpnGateways property for this object.
 

Methods in com.amazonaws.services.ec2.model with parameters of type VpnGateway
 void CreateVpnGatewayResult.setVpnGateway(VpnGateway vpnGateway)
          Sets the value of the VpnGateway property for this object.
 CreateVpnGatewayResult CreateVpnGatewayResult.withVpnGateway(VpnGateway vpnGateway)
          Sets the value of the VpnGateway property for this object.
 DescribeVpnGatewaysResult DescribeVpnGatewaysResult.withVpnGateways(VpnGateway... vpnGateways)
          Sets the value of the VpnGateways property for this object.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type VpnGateway
 void DescribeVpnGatewaysResult.setVpnGateways(Collection<VpnGateway> vpnGateways)
          Sets the value of the VpnGateways property for this object.
 DescribeVpnGatewaysResult DescribeVpnGatewaysResult.withVpnGateways(Collection<VpnGateway> vpnGateways)
          Sets the value of the VpnGateways property for this object.
 



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