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 key that is paired with a value in a KeyValue pair.
 KeyValue KeyValue.withValue(String value)
          The value paired with a key in a KeyValue pair.
 

Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type KeyValue
 List<KeyValue> HadoopJarStepConfig.getProperties()
          A list of KeyValue instances.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type KeyValue
 HadoopJarStepConfig HadoopJarStepConfig.withProperties(KeyValue... properties)
          A list of KeyValue instances.
 

Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type KeyValue
 void HadoopJarStepConfig.setProperties(Collection<KeyValue> properties)
          A list of KeyValue instances.
 HadoopJarStepConfig HadoopJarStepConfig.withProperties(Collection<KeyValue> properties)
          A list of KeyValue instances.
 



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