Uses of Class
org.jclouds.aws.ec2.domain.PlacementGroup.State
-
Packages that use PlacementGroup.State Package Description 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 Modifier and Type Method Description 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 Constructor Description PlacementGroup(String region, String name, String strategy, PlacementGroup.State state)
-