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 KeyValue
KeyValue. clone()
KeyValue
KeyValue. withKey(String key)
The unique identifier of a key value pair.KeyValue
KeyValue. 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 HadoopJarStepConfig
HadoopJarStepConfig. 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 void
HadoopJarStepConfig. setProperties(Collection<KeyValue> properties)
A list of Java properties that are set when the step runs.HadoopJarStepConfig
HadoopJarStepConfig. withProperties(Collection<KeyValue> properties)
A list of Java properties that are set when the step runs.
-