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 RunJobFlowResultAbstractAmazonElasticMapReduce. runJobFlow(RunJobFlowRequest request)RunJobFlowResultAmazonElasticMapReduce. runJobFlow(RunJobFlowRequest runJobFlowRequest)RunJobFlow creates and starts running a new job flow.RunJobFlowResultAmazonElasticMapReduceClient. 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 RunJobFlowResultRunJobFlowResult. clone()RunJobFlowResultRunJobFlowResult. withJobFlowId(String jobFlowId)An unique identifier for the job flow.
-