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.StateSubnet.State. fromValue(String v)Subnet.StateSubnet. getSubnetState()The subnet state - either available or pending.static Subnet.StateSubnet.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.BuilderSubnet.Builder. subnetState(Subnet.State subnetState)
-