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