Uses of Class
software.amazon.awssdk.services.emr.model.ClusterStatus
-
Packages that use ClusterStatus Package Description software.amazon.awssdk.services.emr.model -
-
Uses of ClusterStatus in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return ClusterStatus Modifier and Type Method Description ClusterStatusCluster. status()The current status details about the cluster.ClusterStatusClusterSummary. status()The details about the current status of the cluster.Methods in software.amazon.awssdk.services.emr.model with parameters of type ClusterStatus Modifier and Type Method Description Cluster.BuilderCluster.Builder. status(ClusterStatus status)The current status details about the cluster.ClusterSummary.BuilderClusterSummary.Builder. status(ClusterStatus status)The details about the current status of the cluster.
-