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

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

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

Methods in com.amazonaws.services.elasticmapreduce.model that return HadoopJarStepConfig
 HadoopJarStepConfig StepConfig.getHadoopJarStep()
          Returns the value of the HadoopJarStep property for this object.
 HadoopJarStepConfig HadoopJarStepConfig.withArgs(Collection<String> args)
          Sets the value of the Args property for this object.
 HadoopJarStepConfig HadoopJarStepConfig.withArgs(String... args)
          Sets the value of the Args property for this object.
 HadoopJarStepConfig HadoopJarStepConfig.withJar(String jar)
          Sets the value of the Jar property for this object.
 HadoopJarStepConfig HadoopJarStepConfig.withMainClass(String mainClass)
          Sets the value of the MainClass property for this object.
 HadoopJarStepConfig HadoopJarStepConfig.withProperties(Collection<KeyValue> properties)
          Sets the value of the Properties property for this object.
 HadoopJarStepConfig HadoopJarStepConfig.withProperties(KeyValue... properties)
          Sets the value of the Properties property for this object.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type HadoopJarStepConfig
 void StepConfig.setHadoopJarStep(HadoopJarStepConfig hadoopJarStep)
          Sets the value of the HadoopJarStep property for this object.
 StepConfig StepConfig.withHadoopJarStep(HadoopJarStepConfig hadoopJarStep)
          Sets the value of the HadoopJarStep property for this object.
 



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