Uses of Class
com.amazonaws.services.elasticmapreduce.model.KeyValue
Packages that use KeyValue
-
Uses of KeyValue in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return KeyValueModifier and TypeMethodDescriptionKeyValue.clone()
The unique identifier of a key value pair.The value part of the identified key.Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type KeyValueModifier and TypeMethodDescriptionHadoopJarStepConfig.getProperties()
A list of Java properties that are set when the step runs.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type KeyValueModifier and TypeMethodDescriptionHadoopJarStepConfig.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 KeyValueModifier and TypeMethodDescriptionvoid
HadoopJarStepConfig.setProperties
(Collection<KeyValue> properties) A list of Java properties that are set when the step runs.HadoopJarStepConfig.withProperties
(Collection<KeyValue> properties) A list of Java properties that are set when the step runs.