Uses of Enum
com.amazonaws.services.elasticmapreduce.model.ClusterStateChangeReasonCode
Packages that use ClusterStateChangeReasonCode
-
Uses of ClusterStateChangeReasonCode in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return ClusterStateChangeReasonCodeModifier and TypeMethodDescriptionstatic ClusterStateChangeReasonCode
Use this in place of valueOf.static ClusterStateChangeReasonCode
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 ClusterStateChangeReasonCodeModifier and TypeMethodDescriptionvoid
ClusterStateChangeReason.setCode
(ClusterStateChangeReasonCode code) The programmatic code for the state change reason.ClusterStateChangeReason.withCode
(ClusterStateChangeReasonCode code) The programmatic code for the state change reason.