Uses of Class
software.amazon.awssdk.services.emr.model.StepStatus
-
Packages that use StepStatus Package Description software.amazon.awssdk.services.emr.model -
-
Uses of StepStatus in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return StepStatus Modifier and Type Method Description StepStatusStep. status()The current execution status details of the cluster step.StepStatusStepSummary. status()The current execution status details of the cluster step.Methods in software.amazon.awssdk.services.emr.model with parameters of type StepStatus Modifier and Type Method Description Step.BuilderStep.Builder. status(StepStatus status)The current execution status details of the cluster step.StepSummary.BuilderStepSummary.Builder. status(StepStatus status)The current execution status details of the cluster step.
-