Uses of Class
software.amazon.awssdk.services.emr.model.StepConfig
-
Packages that use StepConfig Package Description software.amazon.awssdk.services.emr.model -
-
Uses of StepConfig in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type StepConfig Modifier and Type Method Description List<StepConfig>AddJobFlowStepsRequest. steps()A list of StepConfig to be executed by the job flow.List<StepConfig>RunJobFlowRequest. steps()A list of steps to run.Methods in software.amazon.awssdk.services.emr.model with parameters of type StepConfig Modifier and Type Method Description AddJobFlowStepsRequest.BuilderAddJobFlowStepsRequest.Builder. steps(StepConfig... steps)A list of StepConfig to be executed by the job flow.RunJobFlowRequest.BuilderRunJobFlowRequest.Builder. steps(StepConfig... steps)A list of steps to run.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type StepConfig Modifier and Type Method Description AddJobFlowStepsRequest.BuilderAddJobFlowStepsRequest.Builder. steps(Collection<StepConfig> steps)A list of StepConfig to be executed by the job flow.RunJobFlowRequest.BuilderRunJobFlowRequest.Builder. steps(Collection<StepConfig> steps)A list of steps to run.
-