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

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

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

Methods in com.amazonaws.services.elasticmapreduce.model that return ClusterStateChangeReasonCode
static ClusterStateChangeReasonCode ClusterStateChangeReasonCode.fromValue(String value)
          Use this in place of valueOf.
static ClusterStateChangeReasonCode ClusterStateChangeReasonCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ClusterStateChangeReasonCode[] ClusterStateChangeReasonCode.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 ClusterStateChangeReasonCode
 void ClusterStateChangeReason.setCode(ClusterStateChangeReasonCode code)
          The programmatic code for the state change reason.
 ClusterStateChangeReason ClusterStateChangeReason.withCode(ClusterStateChangeReasonCode code)
          The programmatic code for the state change reason.
 



Copyright © 2016. All rights reserved.