Uses of Enum
com.amazonaws.services.elasticmapreduce.model.ClusterState
Packages that use ClusterState
-
Uses of ClusterState in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return ClusterStateModifier and TypeMethodDescriptionstatic ClusterState
Use this in place of valueOf.static ClusterState
Returns the enum constant of this type with the specified name.static ClusterState[]
ClusterState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type ClusterStateModifier and TypeMethodDescriptionvoid
ClusterStatus.setState
(ClusterState state) The current state of the cluster.ListClustersRequest.withClusterStates
(ClusterState... clusterStates) The cluster state filters to apply when listing clusters.ClusterStatus.withState
(ClusterState state) The current state of the cluster.