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 AmazonElasticMapReduceClient.addJobFlowSteps(AddJobFlowStepsRequest addJobFlowStepsRequest)
           Adds new steps to a job flow already loaded on an EC2 cluster.
 void AmazonElasticMapReduce.addJobFlowSteps(AddJobFlowStepsRequest addJobFlowStepsRequest)
           Adds new steps to a job flow already loaded on an EC2 cluster.
 Future<Void> AmazonElasticMapReduceAsyncClient.addJobFlowStepsAsync(AddJobFlowStepsRequest addJobFlowStepsRequest)
           Adds new steps to a job flow already loaded on an EC2 cluster.
 Future<Void> AmazonElasticMapReduceAsync.addJobFlowStepsAsync(AddJobFlowStepsRequest addJobFlowStepsRequest)
           Adds new steps to a job flow already loaded on an EC2 cluster.
 

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

Methods in com.amazonaws.services.elasticmapreduce.model that return AddJobFlowStepsRequest
 AddJobFlowStepsRequest AddJobFlowStepsRequest.withJobFlowId(String jobFlowId)
          A string that uniquely identifies a job flow.
 AddJobFlowStepsRequest AddJobFlowStepsRequest.withSteps(Collection<StepConfig> steps)
          A list of Step instances containing information about the steps to be added.
 AddJobFlowStepsRequest AddJobFlowStepsRequest.withSteps(StepConfig... steps)
          A list of Step instances containing information about the steps to be added.
 



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