Uses of Class
com.amazonaws.services.elasticmapreduce.model.KeyValue

Packages that use KeyValue
com.amazonaws.services.elasticmapreduce.model Classes modeling the various types represented by AmazonElasticMapReduce. 
 

Uses of KeyValue in com.amazonaws.services.elasticmapreduce.model
 

Methods in com.amazonaws.services.elasticmapreduce.model that return KeyValue
 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
 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
 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
 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.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.