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 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.
 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 RunJobFlowRequest in com.amazonaws.services.elasticmapreduce.model
 

Methods in com.amazonaws.services.elasticmapreduce.model that return RunJobFlowRequest
 RunJobFlowRequest RunJobFlowRequest.withAdditionalInfo(String additionalInfo)
          Sets the value of the AdditionalInfo property for this object.
 RunJobFlowRequest RunJobFlowRequest.withBootstrapActions(BootstrapActionConfig... bootstrapActions)
          Sets the value of the BootstrapActions property for this object.
 RunJobFlowRequest RunJobFlowRequest.withBootstrapActions(Collection<BootstrapActionConfig> bootstrapActions)
          Sets the value of the BootstrapActions property for this object.
 RunJobFlowRequest RunJobFlowRequest.withInstances(JobFlowInstancesConfig instances)
          

 RunJobFlowRequest RunJobFlowRequest.withLogUri(String logUri)
          The URI for the log files.
 RunJobFlowRequest RunJobFlowRequest.withName(String name)
          The name of the job flow.
 RunJobFlowRequest RunJobFlowRequest.withSteps(Collection<StepConfig> steps)
          A list of Step instances containing information about the steps to be executed.
 RunJobFlowRequest RunJobFlowRequest.withSteps(StepConfig... steps)
          A list of Step instances containing information about the steps to be executed.
 



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