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)
          Sets the value of the Key property for this object.
 KeyValue KeyValue.withValue(String value)
          Sets the value of the Value property for this object.
 

Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type KeyValue
 List<KeyValue> HadoopJarStepConfig.getProperties()
          Returns the value of the Properties property for this object.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type KeyValue
 HadoopJarStepConfig HadoopJarStepConfig.withProperties(KeyValue... properties)
          Sets the value of the Properties property for this object.
 

Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type KeyValue
 void HadoopJarStepConfig.setProperties(Collection<KeyValue> properties)
          Sets the value of the Properties property for this object.
 HadoopJarStepConfig HadoopJarStepConfig.withProperties(Collection<KeyValue> properties)
          Sets the value of the Properties property for this object.
 



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