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

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

Methods in com.amazonaws.services.elasticmapreduce that return RunJobFlowResult
 RunJobFlowResult AmazonElasticMapReduceClient.runJobFlow(RunJobFlowRequest runJobFlowRequest)
           Creates a new job flow and EC2 cluster, and then executes the job flow steps on the cluster.
 RunJobFlowResult AmazonElasticMapReduce.runJobFlow(RunJobFlowRequest runJobFlowRequest)
           Creates a new job flow and EC2 cluster, and then executes the job flow steps on the cluster.
 

Methods in com.amazonaws.services.elasticmapreduce that return types with arguments of type RunJobFlowResult
 Future<RunJobFlowResult> AmazonElasticMapReduceAsyncClient.runJobFlowAsync(RunJobFlowRequest runJobFlowRequest)
           Creates a new job flow and EC2 cluster, and then executes the job flow steps on the cluster.
 Future<RunJobFlowResult> AmazonElasticMapReduceAsync.runJobFlowAsync(RunJobFlowRequest runJobFlowRequest)
           Creates a new job flow and EC2 cluster, and then executes the job flow steps on the cluster.
 

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

Methods in com.amazonaws.services.elasticmapreduce.model that return RunJobFlowResult
 RunJobFlowResult RunJobFlowResult.withJobFlowId(String jobFlowId)
          A string uniquely identifying the created job flow.
 



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