Uses of Enum
com.amazonaws.services.elasticmapreduce.model.ClusterState
Packages that use ClusterState
-
Uses of ClusterState in com.amazonaws.services.elasticmapreduce.model
Subclasses with type arguments of type ClusterState in com.amazonaws.services.elasticmapreduce.modelMethods in com.amazonaws.services.elasticmapreduce.model that return ClusterStateModifier and TypeMethodDescriptionstatic ClusterStateUse this in place of valueOf.static ClusterStateReturns 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 TypeMethodDescriptionvoidClusterStatus.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.