Uses of Class
software.amazon.awssdk.services.emr.model.ClusterState
-
Packages that use ClusterState Package Description software.amazon.awssdk.services.emr.model -
-
Uses of ClusterState in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return ClusterState Modifier and Type Method Description static ClusterStateClusterState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ClusterStateClusterStatus. state()The current state of the cluster.static ClusterStateClusterState. 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 software.amazon.awssdk.services.emr.model that return types with arguments of type ClusterState Modifier and Type Method Description List<ClusterState>ListClustersRequest. clusterStates()The cluster state filters to apply when listing clusters.static Set<ClusterState>ClusterState. knownValues()Methods in software.amazon.awssdk.services.emr.model with parameters of type ClusterState Modifier and Type Method Description ListClustersRequest.BuilderListClustersRequest.Builder. clusterStates(ClusterState... clusterStates)The cluster state filters to apply when listing clusters.ClusterStatus.BuilderClusterStatus.Builder. state(ClusterState state)The current state of the cluster.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type ClusterState Modifier and Type Method Description ListClustersRequest.BuilderListClustersRequest.Builder. clusterStates(Collection<ClusterState> clusterStates)The cluster state filters to apply when listing clusters.
-