Uses of Class
org.jclouds.ec2.domain.Subnet.State

Packages that use Subnet.State
org.jclouds.ec2.domain   
 

Uses of Subnet.State in org.jclouds.ec2.domain
 

Methods in org.jclouds.ec2.domain that return Subnet.State
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
 Subnet.Builder Subnet.Builder.subnetState(Subnet.State subnetState)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.