Uses of Class
com.amazonaws.services.elasticmapreduce.model.ClusterStatus
-
Packages that use ClusterStatus Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of ClusterStatus in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return ClusterStatus Modifier and Type Method Description ClusterStatusClusterStatus. clone()ClusterStatusCluster. getStatus()The current status details about the cluster.ClusterStatusClusterSummary. getStatus()The details about the current status of the cluster.ClusterStatusClusterStatus. withState(ClusterState state)The current state of the cluster.ClusterStatusClusterStatus. withState(String state)The current state of the cluster.ClusterStatusClusterStatus. withStateChangeReason(ClusterStateChangeReason stateChangeReason)The reason for the cluster status change.ClusterStatusClusterStatus. withTimeline(ClusterTimeline timeline)A timeline that represents the status of a cluster over the lifetime of the cluster.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type ClusterStatus Modifier and Type Method Description voidCluster. setStatus(ClusterStatus status)The current status details about the cluster.voidClusterSummary. setStatus(ClusterStatus status)The details about the current status of the cluster.ClusterCluster. withStatus(ClusterStatus status)The current status details about the cluster.ClusterSummaryClusterSummary. withStatus(ClusterStatus status)The details about the current status of the cluster.
-