Uses of Class
com.amazonaws.services.elasticmapreduce.model.ClusterStatus

Packages that use ClusterStatus
com.amazonaws.services.elasticmapreduce.model Classes modeling the various types represented by AmazonElasticMapReduce. 
 

Uses of ClusterStatus in com.amazonaws.services.elasticmapreduce.model
 

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



Copyright © 2016. All rights reserved.