Uses of Class
com.amazonaws.services.elasticmapreduce.model.ClusterState
-
Packages that use ClusterState Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of ClusterState in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return ClusterState Modifier and Type Method Description static ClusterState
ClusterState. fromValue(String value)
Use this in place of valueOf.static ClusterState
ClusterState. valueOf(String name)
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 ClusterState Modifier and Type Method Description void
ClusterStatus. setState(ClusterState state)
The current state of the cluster.ListClustersRequest
ListClustersRequest. withClusterStates(ClusterState... clusterStates)
The cluster state filters to apply when listing clusters.ClusterStatus
ClusterStatus. withState(ClusterState state)
The current state of the cluster.
-