Uses of Class
com.amazonaws.services.elasticmapreduce.model.RunJobFlowResult
-
Packages that use RunJobFlowResult Package Description com.amazonaws.services.elasticmapreduce com.amazonaws.services.elasticmapreduce.model -
-
Uses of RunJobFlowResult in com.amazonaws.services.elasticmapreduce
Methods in com.amazonaws.services.elasticmapreduce that return RunJobFlowResult Modifier and Type Method Description RunJobFlowResult
AbstractAmazonElasticMapReduce. runJobFlow(RunJobFlowRequest request)
RunJobFlowResult
AmazonElasticMapReduce. runJobFlow(RunJobFlowRequest runJobFlowRequest)
RunJobFlow creates and starts running a new job flow.RunJobFlowResult
AmazonElasticMapReduceClient. runJobFlow(RunJobFlowRequest runJobFlowRequest)
RunJobFlow creates and starts running a new job flow.Methods in com.amazonaws.services.elasticmapreduce that return types with arguments of type RunJobFlowResult Modifier and Type Method Description Future<RunJobFlowResult>
AbstractAmazonElasticMapReduceAsync. runJobFlowAsync(RunJobFlowRequest request)
Future<RunJobFlowResult>
AbstractAmazonElasticMapReduceAsync. runJobFlowAsync(RunJobFlowRequest request, AsyncHandler<RunJobFlowRequest,RunJobFlowResult> asyncHandler)
Future<RunJobFlowResult>
AmazonElasticMapReduceAsync. runJobFlowAsync(RunJobFlowRequest runJobFlowRequest)
RunJobFlow creates and starts running a new job flow.Future<RunJobFlowResult>
AmazonElasticMapReduceAsync. runJobFlowAsync(RunJobFlowRequest runJobFlowRequest, AsyncHandler<RunJobFlowRequest,RunJobFlowResult> asyncHandler)
RunJobFlow creates and starts running a new job flow.Future<RunJobFlowResult>
AmazonElasticMapReduceAsyncClient. runJobFlowAsync(RunJobFlowRequest request)
Future<RunJobFlowResult>
AmazonElasticMapReduceAsyncClient. runJobFlowAsync(RunJobFlowRequest request, AsyncHandler<RunJobFlowRequest,RunJobFlowResult> asyncHandler)
Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type RunJobFlowResult Modifier and Type Method Description Future<RunJobFlowResult>
AbstractAmazonElasticMapReduceAsync. 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>
AmazonElasticMapReduceAsyncClient. runJobFlowAsync(RunJobFlowRequest request, AsyncHandler<RunJobFlowRequest,RunJobFlowResult> asyncHandler)
-
Uses of RunJobFlowResult in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return RunJobFlowResult Modifier and Type Method Description RunJobFlowResult
RunJobFlowResult. clone()
RunJobFlowResult
RunJobFlowResult. withJobFlowId(String jobFlowId)
An unique identifier for the job flow.
-