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 ClusterStateChangeReasonCodeClusterStateChangeReasonCode. fromValue(String value)Use this in place of valueOf.static ClusterStateChangeReasonCodeClusterStateChangeReasonCode. 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 voidClusterStateChangeReason. setCode(ClusterStateChangeReasonCode code)The programmatic code for the state change reason.ClusterStateChangeReasonClusterStateChangeReason. withCode(ClusterStateChangeReasonCode code)The programmatic code for the state change reason.
-