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

Packages that use AddJobFlowStepsRequest
com.amazonaws.services.elasticmapreduce Synchronous and asynchronous client classes for accessing AmazonElasticMapReduce. 
com.amazonaws.services.elasticmapreduce.model Classes modeling the various types represented by AmazonElasticMapReduce. 
 

Uses of AddJobFlowStepsRequest in com.amazonaws.services.elasticmapreduce
 

Methods in com.amazonaws.services.elasticmapreduce with parameters of type AddJobFlowStepsRequest
 void AmazonElasticMapReduce.addJobFlowSteps(AddJobFlowStepsRequest addJobFlowStepsRequest)
           
 void AmazonElasticMapReduceClient.addJobFlowSteps(AddJobFlowStepsRequest addJobFlowStepsRequest)
           
 Future<Void> AmazonElasticMapReduceAsync.addJobFlowStepsAsync(AddJobFlowStepsRequest addJobFlowStepsRequest)
           
 Future<Void> AmazonElasticMapReduceAsyncClient.addJobFlowStepsAsync(AddJobFlowStepsRequest addJobFlowStepsRequest)
           
 

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

Methods in com.amazonaws.services.elasticmapreduce.model that return AddJobFlowStepsRequest
 AddJobFlowStepsRequest AddJobFlowStepsRequest.withJobFlowId(String jobFlowId)
          Sets the value of the JobFlowId property for this object.
 AddJobFlowStepsRequest AddJobFlowStepsRequest.withSteps(Collection<StepConfig> steps)
          Sets the value of the Steps property for this object.
 AddJobFlowStepsRequest AddJobFlowStepsRequest.withSteps(StepConfig... steps)
          Sets the value of the Steps property for this object.
 



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