Uses of Class
com.amazonaws.services.elasticmapreduce.model.StepStatus
-
Packages that use StepStatus Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of StepStatus in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return StepStatus Modifier and Type Method Description StepStatusStepStatus. clone()StepStatusStep. getStatus()The current execution status details of the cluster step.StepStatusStepSummary. getStatus()The current execution status details of the cluster step.StepStatusStepStatus. withState(StepState state)The execution state of the cluster step.StepStatusStepStatus. withState(String state)The execution state of the cluster step.StepStatusStepStatus. withStateChangeReason(StepStateChangeReason stateChangeReason)The reason for the step execution status change.StepStatusStepStatus. withTimeline(StepTimeline timeline)The timeline of the cluster step status over time.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepStatus Modifier and Type Method Description voidStep. setStatus(StepStatus status)The current execution status details of the cluster step.voidStepSummary. setStatus(StepStatus status)The current execution status details of the cluster step.StepStep. withStatus(StepStatus status)The current execution status details of the cluster step.StepSummaryStepSummary. withStatus(StepStatus status)The current execution status details of the cluster step.
-