Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
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(String state)
The current state of the subnet.
|
Subnet |
Subnet.withState(SubnetState state)
The current state of the subnet.
|
Subnet |
Subnet.withSubnetId(String subnetId)
The ID of the subnet.
|
Subnet |
Subnet.withTags(Collection<Tag> tags)
Any tags assigned to the subnet.
|
Subnet |
Subnet.withTags(Tag... tags)
Any tags assigned to the subnet.
|
Subnet |
Subnet.withVpcId(String vpcId)
The ID of the VPC the subnet is in.
|
Modifier and Type | Method and Description |
---|---|
List<Subnet> |
DescribeSubnetsResult.getSubnets()
Information about one or more subnets.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2014. All rights reserved.