|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Subnet | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of Subnet in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return Subnet | |
---|---|
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. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type Subnet | |
---|---|
List<Subnet> |
DescribeSubnetsResult.getSubnets()
Information about one or more subnets. |
Methods in com.amazonaws.services.ec2.model with parameters of type Subnet | |
---|---|
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 | |
---|---|
void |
DescribeSubnetsResult.setSubnets(Collection<Subnet> subnets)
Information about one or more subnets. |
DescribeSubnetsResult |
DescribeSubnetsResult.withSubnets(Collection<Subnet> subnets)
Information about one or more subnets. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |