Uses of Class
com.amazonaws.services.elasticmapreduce.model.ClusterStateChangeReasonCode
-
Packages that use ClusterStateChangeReasonCode Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of ClusterStateChangeReasonCode in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return ClusterStateChangeReasonCode Modifier and Type Method 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.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type ClusterStateChangeReasonCode Modifier and Type Method 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.
-