| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce | |
| com.amazonaws.services.elasticmapreduce.model | 
| Modifier and Type | Method and Description | 
|---|---|
RunJobFlowResult | 
AmazonElasticMapReduceClient.runJobFlow(RunJobFlowRequest runJobFlowRequest)
 RunJobFlow creates and starts running a new job flow. 
 | 
RunJobFlowResult | 
AmazonElasticMapReduce.runJobFlow(RunJobFlowRequest runJobFlowRequest)
 RunJobFlow creates and starts running a new job flow. 
 | 
RunJobFlowResult | 
AbstractAmazonElasticMapReduce.runJobFlow(RunJobFlowRequest request)  | 
Future<RunJobFlowResult> | 
AmazonElasticMapReduceAsyncClient.runJobFlowAsync(RunJobFlowRequest request)  | 
Future<RunJobFlowResult> | 
AmazonElasticMapReduceAsync.runJobFlowAsync(RunJobFlowRequest runJobFlowRequest)
 RunJobFlow creates and starts running a new job flow. 
 | 
Future<RunJobFlowResult> | 
AbstractAmazonElasticMapReduceAsync.runJobFlowAsync(RunJobFlowRequest request)  | 
Future<RunJobFlowResult> | 
AmazonElasticMapReduceAsyncClient.runJobFlowAsync(RunJobFlowRequest request,
               AsyncHandler<RunJobFlowRequest,RunJobFlowResult> asyncHandler)  | 
Future<RunJobFlowResult> | 
AmazonElasticMapReduceAsync.runJobFlowAsync(RunJobFlowRequest runJobFlowRequest,
               AsyncHandler<RunJobFlowRequest,RunJobFlowResult> asyncHandler)
 RunJobFlow creates and starts running a new job flow. 
 | 
Future<RunJobFlowResult> | 
AbstractAmazonElasticMapReduceAsync.runJobFlowAsync(RunJobFlowRequest request,
               AsyncHandler<RunJobFlowRequest,RunJobFlowResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
Future<RunJobFlowResult> | 
AmazonElasticMapReduceAsyncClient.runJobFlowAsync(RunJobFlowRequest request,
               AsyncHandler<RunJobFlowRequest,RunJobFlowResult> asyncHandler)  | 
Future<RunJobFlowResult> | 
AmazonElasticMapReduceAsync.runJobFlowAsync(RunJobFlowRequest runJobFlowRequest,
               AsyncHandler<RunJobFlowRequest,RunJobFlowResult> asyncHandler)
 RunJobFlow creates and starts running a new job flow. 
 | 
Future<RunJobFlowResult> | 
AbstractAmazonElasticMapReduceAsync.runJobFlowAsync(RunJobFlowRequest request,
               AsyncHandler<RunJobFlowRequest,RunJobFlowResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
RunJobFlowRequest | 
RunJobFlowRequest.clone()  | 
RunJobFlowRequest | 
RunJobFlowRequest.withAdditionalInfo(String additionalInfo)
 A JSON string for selecting additional features. 
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withAmiVersion(String amiVersion)
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withApplications(Application... applications)
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withApplications(Collection<Application> applications)
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withBootstrapActions(BootstrapActionConfig... bootstrapActions)
 A list of bootstrap actions that will be run before Hadoop is started on
 the cluster nodes. 
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withBootstrapActions(Collection<BootstrapActionConfig> bootstrapActions)
 A list of bootstrap actions that will be run before Hadoop is started on
 the cluster nodes. 
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withConfigurations(Collection<Configuration> configurations)
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withConfigurations(Configuration... configurations)
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withInstances(JobFlowInstancesConfig instances)
 A specification of the number and type of Amazon EC2 instances on which
 to run the job flow. 
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withJobFlowRole(String jobFlowRole)
 An IAM role for the job flow. 
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withLogUri(String logUri)
 The location in Amazon S3 to write the log files of the job flow. 
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withName(String name)
 The name of the job flow. 
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withNewSupportedProducts(Collection<SupportedProductConfig> newSupportedProducts)
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withNewSupportedProducts(SupportedProductConfig... newSupportedProducts)
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withReleaseLabel(String releaseLabel)
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withServiceRole(String serviceRole)
 The IAM role that will be assumed by the Amazon EMR service to access AWS
 resources on your behalf. 
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withSteps(Collection<StepConfig> steps)
 A list of steps to be executed by the job flow. 
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withSteps(StepConfig... steps)
 A list of steps to be executed by the job flow. 
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withSupportedProducts(Collection<String> supportedProducts)
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withSupportedProducts(String... supportedProducts)
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withTags(Collection<Tag> tags)
 A list of tags to associate with a cluster and propagate to Amazon EC2
 instances. 
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withTags(Tag... tags)
 A list of tags to associate with a cluster and propagate to Amazon EC2
 instances. 
 | 
RunJobFlowRequest | 
RunJobFlowRequest.withVisibleToAllUsers(Boolean visibleToAllUsers)
 Whether the job flow is visible to all IAM users of the AWS account
 associated with the job flow. 
 | 
Copyright © 2015. All rights reserved.