Uses of Class
org.jclouds.aws.ec2.domain.PlacementGroup.State

Packages that use PlacementGroup.State
org.jclouds.aws.ec2.domain   
 

Uses of PlacementGroup.State in org.jclouds.aws.ec2.domain
 

Methods in org.jclouds.aws.ec2.domain that return PlacementGroup.State
static PlacementGroup.State PlacementGroup.State.fromValue(String state)
           
 PlacementGroup.State PlacementGroup.getState()
           
static PlacementGroup.State PlacementGroup.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PlacementGroup.State[] PlacementGroup.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jclouds.aws.ec2.domain with parameters of type PlacementGroup.State
PlacementGroup(String region, String name, String strategy, PlacementGroup.State state)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.