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

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

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

Methods in com.amazonaws.services.elasticmapreduce.model that return StepConfig
 StepConfig StepDetail.getStepConfig()
          Returns the value of the StepConfig property for this object.
 StepConfig StepConfig.withActionOnFailure(String actionOnFailure)
          Sets the value of the ActionOnFailure property for this object.
 StepConfig StepConfig.withHadoopJarStep(HadoopJarStepConfig hadoopJarStep)
          Sets the value of the HadoopJarStep property for this object.
 StepConfig StepConfig.withName(String name)
          Sets the value of the Name property for this object.
 

Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type StepConfig
 List<StepConfig> AddJobFlowStepsRequest.getSteps()
          Returns the value of the Steps property for this object.
 List<StepConfig> RunJobFlowRequest.getSteps()
          Returns the value of the Steps property for this object.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepConfig
 void StepDetail.setStepConfig(StepConfig stepConfig)
          Sets the value of the StepConfig property for this object.
 StepDetail StepDetail.withStepConfig(StepConfig stepConfig)
          Sets the value of the StepConfig property for this object.
 AddJobFlowStepsRequest AddJobFlowStepsRequest.withSteps(StepConfig... steps)
          Sets the value of the Steps property for this object.
 RunJobFlowRequest RunJobFlowRequest.withSteps(StepConfig... steps)
          Sets the value of the Steps property for this object.
 

Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type StepConfig
 void AddJobFlowStepsRequest.setSteps(Collection<StepConfig> steps)
          Sets the value of the Steps property for this object.
 void RunJobFlowRequest.setSteps(Collection<StepConfig> steps)
          Sets the value of the Steps property for this object.
 AddJobFlowStepsRequest AddJobFlowStepsRequest.withSteps(Collection<StepConfig> steps)
          Sets the value of the Steps property for this object.
 RunJobFlowRequest RunJobFlowRequest.withSteps(Collection<StepConfig> steps)
          Sets the value of the Steps property for this object.
 



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