Uses of Enum
com.amazonaws.services.elasticmapreduce.model.ClusterStateChangeReasonCode
Packages that use ClusterStateChangeReasonCode
-
Uses of ClusterStateChangeReasonCode in com.amazonaws.services.elasticmapreduce.model
Subclasses with type arguments of type ClusterStateChangeReasonCode in com.amazonaws.services.elasticmapreduce.modelMethods in com.amazonaws.services.elasticmapreduce.model that return ClusterStateChangeReasonCodeModifier and TypeMethodDescriptionstatic ClusterStateChangeReasonCodeUse this in place of valueOf.static ClusterStateChangeReasonCodeReturns 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 TypeMethodDescriptionvoidClusterStateChangeReason.setCode(ClusterStateChangeReasonCode code) The programmatic code for the state change reason.ClusterStateChangeReason.withCode(ClusterStateChangeReasonCode code) The programmatic code for the state change reason.