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

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

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

Methods in com.amazonaws.services.elasticmapreduce.model that return ClusterState
static ClusterState ClusterState.fromValue(String value)
          Use this in place of valueOf.
static ClusterState ClusterState.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 com.amazonaws.services.elasticmapreduce.model with parameters of type ClusterState
 void ClusterStatus.setState(ClusterState state)
          The current state of the cluster.
 ListClustersRequest ListClustersRequest.withClusterStates(ClusterState... clusterStates)
          The cluster state filters to apply when listing clusters.
 ClusterStatus ClusterStatus.withState(ClusterState state)
          The current state of the cluster.
 



Copyright © 2016. All rights reserved.