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

Packages that use RunJobFlowRequest
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 RunJobFlowRequest in com.amazonaws.services.elasticmapreduce
 

Methods in com.amazonaws.services.elasticmapreduce with parameters of type RunJobFlowRequest
 RunJobFlowResult AmazonElasticMapReduce.runJobFlow(RunJobFlowRequest runJobFlowRequest)
           
 RunJobFlowResult AmazonElasticMapReduceClient.runJobFlow(RunJobFlowRequest runJobFlowRequest)
           
 Future<RunJobFlowResult> AmazonElasticMapReduceAsync.runJobFlowAsync(RunJobFlowRequest runJobFlowRequest)
           
 Future<RunJobFlowResult> AmazonElasticMapReduceAsyncClient.runJobFlowAsync(RunJobFlowRequest runJobFlowRequest)
           
 

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

Methods in com.amazonaws.services.elasticmapreduce.model that return RunJobFlowRequest
 RunJobFlowRequest RunJobFlowRequest.withInstances(JobFlowInstancesConfig instances)
          Sets the value of the Instances property for this object.
 RunJobFlowRequest RunJobFlowRequest.withLogUri(String logUri)
          Sets the value of the LogUri property for this object.
 RunJobFlowRequest RunJobFlowRequest.withName(String name)
          Sets the value of the Name property for this object.
 RunJobFlowRequest RunJobFlowRequest.withSteps(Collection<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.
 



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