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 Subnet
Subnet. clone()
Subnet
CreateSubnetResult. getSubnet()
Information about the subnet.Subnet
Subnet. withAvailabilityZone(String availabilityZone)
The Availability Zone of the subnet.Subnet
Subnet. withAvailableIpAddressCount(Integer availableIpAddressCount)
The number of unused IP addresses in the subnet.Subnet
Subnet. withCidrBlock(String cidrBlock)
The CIDR block assigned to the subnet.Subnet
Subnet. withDefaultForAz(Boolean defaultForAz)
Indicates whether this is the default subnet for the Availability Zone.Subnet
Subnet. withMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
Indicates whether instances launched in this subnet receive a public IP address.Subnet
Subnet. withState(SubnetState state)
The current state of the subnet.Subnet
Subnet. withState(String state)
The current state of the subnet.Subnet
Subnet. withSubnetId(String subnetId)
The ID of the subnet.Subnet
Subnet. withTags(Tag... tags)
Any tags assigned to the subnet.Subnet
Subnet. withTags(Collection<Tag> tags)
Any tags assigned to the subnet.Subnet
Subnet. 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 void
CreateSubnetResult. setSubnet(Subnet subnet)
Information about the subnet.CreateSubnetResult
CreateSubnetResult. withSubnet(Subnet subnet)
Information about the subnet.DescribeSubnetsResult
DescribeSubnetsResult. 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 void
DescribeSubnetsResult. setSubnets(Collection<Subnet> subnets)
Information about one or more subnets.DescribeSubnetsResult
DescribeSubnetsResult. withSubnets(Collection<Subnet> subnets)
Information about one or more subnets.
-