Uses of Class
software.amazon.awssdk.services.emr.model.KeyValue
-
Packages that use KeyValue Package Description software.amazon.awssdk.services.emr.model -
-
Uses of KeyValue in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type KeyValue Modifier and Type Method Description List<KeyValue>HadoopJarStepConfig. properties()A list of Java properties that are set when the step runs.Methods in software.amazon.awssdk.services.emr.model with parameters of type KeyValue Modifier and Type Method Description HadoopJarStepConfig.BuilderHadoopJarStepConfig.Builder. properties(KeyValue... properties)A list of Java properties that are set when the step runs.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type KeyValue Modifier and Type Method Description HadoopJarStepConfig.BuilderHadoopJarStepConfig.Builder. properties(Collection<KeyValue> properties)A list of Java properties that are set when the step runs.
-