Uses of Class
com.amazonaws.services.elasticmapreduce.model.ClusterStatus
Packages that use ClusterStatus
-
Uses of ClusterStatus in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return ClusterStatusModifier and TypeMethodDescriptionClusterStatus.clone()
Cluster.getStatus()
The current status details about the cluster.ClusterSummary.getStatus()
The details about the current status of the cluster.ClusterStatus.withState
(ClusterState state) The current state of the cluster.The current state of the cluster.ClusterStatus.withStateChangeReason
(ClusterStateChangeReason stateChangeReason) The reason for the cluster status change.ClusterStatus.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 ClusterStatusModifier and TypeMethodDescriptionvoid
Cluster.setStatus
(ClusterStatus status) The current status details about the cluster.void
ClusterSummary.setStatus
(ClusterStatus status) The details about the current status of the cluster.Cluster.withStatus
(ClusterStatus status) The current status details about the cluster.ClusterSummary.withStatus
(ClusterStatus status) The details about the current status of the cluster.