Uses of Class
com.amazonaws.services.ec2.model.Subnet
-
Packages that use Subnet Package Description com.amazonaws.services.ec2.model -
-
Uses of Subnet in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return Subnet Modifier and Type Method Description SubnetSubnet. clone()SubnetCreateSubnetResult. getSubnet()Information about the subnet.SubnetSubnet. withAvailabilityZone(String availabilityZone)The Availability Zone of the subnet.SubnetSubnet. withAvailableIpAddressCount(Integer availableIpAddressCount)The number of unused IP addresses in the subnet.SubnetSubnet. withCidrBlock(String cidrBlock)The CIDR block assigned to the subnet.SubnetSubnet. withDefaultForAz(Boolean defaultForAz)Indicates whether this is the default subnet for the Availability Zone.SubnetSubnet. withMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)Indicates whether instances launched in this subnet receive a public IP address.SubnetSubnet. withState(SubnetState state)The current state of the subnet.SubnetSubnet. withState(String state)The current state of the subnet.SubnetSubnet. withSubnetId(String subnetId)The ID of the subnet.SubnetSubnet. withTags(Tag... tags)Any tags assigned to the subnet.SubnetSubnet. withTags(Collection<Tag> tags)Any tags assigned to the subnet.SubnetSubnet. withVpcId(String vpcId)The ID of the VPC the subnet is in.Methods in com.amazonaws.services.ec2.model that return types with arguments of type Subnet Modifier and Type Method Description List<Subnet>DescribeSubnetsResult. getSubnets()Information about one or more subnets.Methods in com.amazonaws.services.ec2.model with parameters of type Subnet Modifier and Type Method Description voidCreateSubnetResult. setSubnet(Subnet subnet)Information about the subnet.CreateSubnetResultCreateSubnetResult. withSubnet(Subnet subnet)Information about the subnet.DescribeSubnetsResultDescribeSubnetsResult. withSubnets(Subnet... subnets)Information about one or more subnets.Method parameters in com.amazonaws.services.ec2.model with type arguments of type Subnet Modifier and Type Method Description voidDescribeSubnetsResult. setSubnets(Collection<Subnet> subnets)Information about one or more subnets.DescribeSubnetsResultDescribeSubnetsResult. withSubnets(Collection<Subnet> subnets)Information about one or more subnets.
-