Uses of Class
software.amazon.awssdk.services.emr.model.HadoopStepConfig
-
Packages that use HadoopStepConfig Package Description software.amazon.awssdk.services.emr.model -
-
Uses of HadoopStepConfig in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return HadoopStepConfig Modifier and Type Method Description HadoopStepConfigStep. config()The Hadoop job configuration of the cluster step.HadoopStepConfigStepSummary. config()The Hadoop job configuration of the cluster step.Methods in software.amazon.awssdk.services.emr.model with parameters of type HadoopStepConfig Modifier and Type Method Description Step.BuilderStep.Builder. config(HadoopStepConfig config)The Hadoop job configuration of the cluster step.StepSummary.BuilderStepSummary.Builder. config(HadoopStepConfig config)The Hadoop job configuration of the cluster step.
-