Uses of Class
com.amazonaws.services.elasticmapreduce.model.StepStatus
Packages that use StepStatus
-
Uses of StepStatus in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return StepStatusModifier and TypeMethodDescriptionStepStatus.clone()
Step.getStatus()
The current execution status details of the cluster step.StepSummary.getStatus()
The current execution status details of the cluster step.The execution state of the cluster step.The execution state of the cluster step.StepStatus.withStateChangeReason
(StepStateChangeReason stateChangeReason) The reason for the step execution status change.StepStatus.withTimeline
(StepTimeline timeline) The timeline of the cluster step status over time.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepStatusModifier and TypeMethodDescriptionvoid
Step.setStatus
(StepStatus status) The current execution status details of the cluster step.void
StepSummary.setStatus
(StepStatus status) The current execution status details of the cluster step.Step.withStatus
(StepStatus status) The current execution status details of the cluster step.StepSummary.withStatus
(StepStatus status) The current execution status details of the cluster step.