Uses of Enum
com.amazonaws.services.elasticmapreduce.model.StepStateChangeReasonCode
Packages that use StepStateChangeReasonCode
-
Uses of StepStateChangeReasonCode in com.amazonaws.services.elasticmapreduce.model
Subclasses with type arguments of type StepStateChangeReasonCode in com.amazonaws.services.elasticmapreduce.modelMethods 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.