Uses of Class
org.jclouds.ec2.domain.Subnet.State
-
Packages that use Subnet.State Package Description org.jclouds.ec2.domain -
-
Uses of Subnet.State in org.jclouds.ec2.domain
Methods in org.jclouds.ec2.domain that return Subnet.State Modifier and Type Method Description static Subnet.State
Subnet.State. fromValue(String v)
Subnet.State
Subnet. getSubnetState()
The subnet state - either available or pending.static Subnet.State
Subnet.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Subnet.State[]
Subnet.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.ec2.domain with parameters of type Subnet.State Modifier and Type Method Description Subnet.Builder
Subnet.Builder. subnetState(Subnet.State subnetState)
-