|
||||||||||
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()
|
Subnet |
Subnet.withAvailabilityZone(String availabilityZone)
Specifies the Availability Zone the subnet is in. |
Subnet |
Subnet.withAvailableIpAddressCount(Integer availableIpAddressCount)
Specifies the number of unused IP addresses in the subnet. |
Subnet |
Subnet.withCidrBlock(String cidrBlock)
Specifies the CIDR block assigned to the subnet. |
Subnet |
Subnet.withState(String state)
Describes the current state of the subnet. |
Subnet |
Subnet.withSubnetId(String subnetId)
Specifies the ID of the subnet. |
Subnet |
Subnet.withVpcId(String vpcId)
Contains 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()
Contains a set of one or more Subnet instances. |
Methods in com.amazonaws.services.ec2.model with parameters of type Subnet | |
---|---|
void |
CreateSubnetResult.setSubnet(Subnet subnet)
|
CreateSubnetResult |
CreateSubnetResult.withSubnet(Subnet subnet)
Returns a reference to this object so that method calls can be chained together. |
DescribeSubnetsResult |
DescribeSubnetsResult.withSubnets(Subnet... subnets)
Contains a set of one or more Subnet instances. |
Method parameters in com.amazonaws.services.ec2.model with type arguments of type Subnet | |
---|---|
void |
DescribeSubnetsResult.setSubnets(Collection<Subnet> subnets)
Contains a set of one or more Subnet instances. |
DescribeSubnetsResult |
DescribeSubnetsResult.withSubnets(Collection<Subnet> subnets)
Contains a set of one or more Subnet instances. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |