Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private Subnet |
CreateSubnetResult.subnet
Information about the subnet.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Subnet> |
DescribeSubnetsResult.subnets
Information about one or more subnets.
|
Modifier and Type | Method and Description |
---|---|
Subnet |
Subnet.clone() |
Subnet |
CreateSubnetResult.getSubnet()
Information about the subnet.
|
Subnet |
Subnet.withAvailabilityZone(java.lang.String availabilityZone)
The Availability Zone of the subnet.
|
Subnet |
Subnet.withAvailableIpAddressCount(java.lang.Integer availableIpAddressCount)
The number of unused IP addresses in the subnet.
|
Subnet |
Subnet.withCidrBlock(java.lang.String cidrBlock)
The CIDR block assigned to the subnet.
|
Subnet |
Subnet.withDefaultForAz(java.lang.Boolean defaultForAz)
Indicates whether this is the default subnet for the Availability Zone.
|
Subnet |
Subnet.withMapPublicIpOnLaunch(java.lang.Boolean mapPublicIpOnLaunch)
Indicates whether instances launched in this subnet receive a public IP
address.
|
Subnet |
Subnet.withState(java.lang.String state)
The current state of the subnet.
|
Subnet |
Subnet.withState(SubnetState state)
The current state of the subnet.
|
Subnet |
Subnet.withSubnetId(java.lang.String subnetId)
The ID of the subnet.
|
Subnet |
Subnet.withTags(java.util.Collection<Tag> tags)
Any tags assigned to the subnet.
|
Subnet |
Subnet.withTags(Tag... tags)
Any tags assigned to the subnet.
|
Subnet |
Subnet.withVpcId(java.lang.String vpcId)
The ID of the VPC the subnet is in.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Subnet> subnets)
Information about one or more subnets.
|
DescribeSubnetsResult |
DescribeSubnetsResult.withSubnets(java.util.Collection<Subnet> subnets)
Information about one or more subnets.
|
Modifier and Type | Method and Description |
---|---|
Subnet |
SubnetStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |