Uses of Enum
com.amazonaws.services.elasticmapreduce.model.StepStateChangeReasonCode
Packages that use StepStateChangeReasonCode
-
Uses of StepStateChangeReasonCode in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return StepStateChangeReasonCodeModifier and TypeMethodDescriptionstatic StepStateChangeReasonCodeUse this in place of valueOf.static StepStateChangeReasonCodeReturns the enum constant of this type with the specified name.static StepStateChangeReasonCode[]StepStateChangeReasonCode.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 StepStateChangeReasonCodeModifier and TypeMethodDescriptionvoidStepStateChangeReason.setCode(StepStateChangeReasonCode code) The programmable code for the state change reason.StepStateChangeReason.withCode(StepStateChangeReasonCode code) The programmable code for the state change reason.