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

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

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

Methods in com.amazonaws.services.ec2.model that return Subnet
 Subnet CreateSubnetResult.getSubnet()
          Returns the value of the Subnet property for this object.
 Subnet Subnet.withAvailabilityZone(String availabilityZone)
          Sets the value of the AvailabilityZone property for this object.
 Subnet Subnet.withAvailableIpAddressCount(Integer availableIpAddressCount)
          Sets the value of the AvailableIpAddressCount property for this object.
 Subnet Subnet.withCidrBlock(String cidrBlock)
          Sets the value of the CidrBlock property for this object.
 Subnet Subnet.withState(String state)
          Sets the value of the State property for this object.
 Subnet Subnet.withSubnetId(String subnetId)
          Sets the value of the SubnetId property for this object.
 Subnet Subnet.withVpcId(String vpcId)
          Sets the value of the VpcId property for this object.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type Subnet
 List<Subnet> DescribeSubnetsResult.getSubnets()
          Returns the value of the Subnets property for this object.
 

Methods in com.amazonaws.services.ec2.model with parameters of type Subnet
 void CreateSubnetResult.setSubnet(Subnet subnet)
          Sets the value of the Subnet property for this object.
 CreateSubnetResult CreateSubnetResult.withSubnet(Subnet subnet)
          Sets the value of the Subnet property for this object.
 DescribeSubnetsResult DescribeSubnetsResult.withSubnets(Subnet... subnets)
          Sets the value of the Subnets property for this object.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type Subnet
 void DescribeSubnetsResult.setSubnets(Collection<Subnet> subnets)
          Sets the value of the Subnets property for this object.
 DescribeSubnetsResult DescribeSubnetsResult.withSubnets(Collection<Subnet> subnets)
          Sets the value of the Subnets property for this object.
 



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