Uses of Class
com.amazonaws.services.elasticmapreduce.model.StepStateChangeReason
-
Packages that use StepStateChangeReason Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of StepStateChangeReason in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return StepStateChangeReason Modifier and Type Method Description StepStateChangeReasonStepStateChangeReason. clone()StepStateChangeReasonStepStatus. getStateChangeReason()The reason for the step execution status change.StepStateChangeReasonStepStateChangeReason. withCode(StepStateChangeReasonCode code)The programmable code for the state change reason.StepStateChangeReasonStepStateChangeReason. withCode(String code)The programmable code for the state change reason.StepStateChangeReasonStepStateChangeReason. withMessage(String message)The descriptive message for the state change reason.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepStateChangeReason Modifier and Type Method Description voidStepStatus. setStateChangeReason(StepStateChangeReason stateChangeReason)The reason for the step execution status change.StepStatusStepStatus. withStateChangeReason(StepStateChangeReason stateChangeReason)The reason for the step execution status change.
-