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()
          Specifies a Hadoop step.
 HadoopJarStepConfig HadoopJarStepConfig.withArgs(Collection<String> args)
          A list of arguments for the job flow's steps.
 HadoopJarStepConfig HadoopJarStepConfig.withArgs(String... args)
          A list of arguments for the job flow's steps.
 HadoopJarStepConfig HadoopJarStepConfig.withJar(String jar)
          

 HadoopJarStepConfig HadoopJarStepConfig.withMainClass(String mainClass)
          The name of the main class in the specified Java file.
 HadoopJarStepConfig HadoopJarStepConfig.withProperties(Collection<KeyValue> properties)
          A list of KeyValue instances.
 HadoopJarStepConfig HadoopJarStepConfig.withProperties(KeyValue... properties)
          A list of KeyValue instances.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type HadoopJarStepConfig
 void StepConfig.setHadoopJarStep(HadoopJarStepConfig hadoopJarStep)
          Specifies a Hadoop step.
 StepConfig StepConfig.withHadoopJarStep(HadoopJarStepConfig hadoopJarStep)
          Specifies a Hadoop step.
 



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