Uses of Enum Class
org.jclouds.aws.ec2.domain.PlacementGroup.State
Packages that use PlacementGroup.State
-
Uses of PlacementGroup.State in org.jclouds.aws.ec2.domain
Methods in org.jclouds.aws.ec2.domain that return PlacementGroup.StateModifier and TypeMethodDescriptionstatic PlacementGroup.State
PlacementGroup.getState()
static PlacementGroup.State
Returns the enum constant of this class with the specified name.static PlacementGroup.State[]
PlacementGroup.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jclouds.aws.ec2.domain with parameters of type PlacementGroup.StateModifierConstructorDescriptionPlacementGroup
(String region, String name, String strategy, PlacementGroup.State state)