Uses of Class
com.amazonaws.services.elasticmapreduce.model.KeyValue
-
Packages that use KeyValue Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of KeyValue in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return KeyValue Modifier and Type Method Description KeyValueKeyValue. clone()KeyValueKeyValue. withKey(String key)The unique identifier of a key value pair.KeyValueKeyValue. withValue(String value)The value part of the identified key.Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type KeyValue Modifier and Type Method Description List<KeyValue>HadoopJarStepConfig. getProperties()A list of Java properties that are set when the step runs.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type KeyValue Modifier and Type Method Description HadoopJarStepConfigHadoopJarStepConfig. withProperties(KeyValue... properties)A list of Java properties that are set when the step runs.Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type KeyValue Modifier and Type Method Description voidHadoopJarStepConfig. setProperties(Collection<KeyValue> properties)A list of Java properties that are set when the step runs.HadoopJarStepConfigHadoopJarStepConfig. withProperties(Collection<KeyValue> properties)A list of Java properties that are set when the step runs.
-