| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce.model | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 © 2015. All rights reserved.