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

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

Methods in com.amazonaws.services.elasticmapreduce that return DescribeJobFlowsResult
 DescribeJobFlowsResult AmazonElasticMapReduceClient.describeJobFlows()
          Deprecated. 
 DescribeJobFlowsResult AmazonElasticMapReduce.describeJobFlows()
          Deprecated. 
 DescribeJobFlowsResult AmazonElasticMapReduceClient.describeJobFlows(DescribeJobFlowsRequest describeJobFlowsRequest)
          Deprecated. 
 DescribeJobFlowsResult AmazonElasticMapReduce.describeJobFlows(DescribeJobFlowsRequest describeJobFlowsRequest)
          Deprecated. 
 

Methods in com.amazonaws.services.elasticmapreduce that return types with arguments of type DescribeJobFlowsResult
 Future<DescribeJobFlowsResult> AmazonElasticMapReduceAsyncClient.describeJobFlowsAsync(DescribeJobFlowsRequest describeJobFlowsRequest)
          Deprecated. 
 Future<DescribeJobFlowsResult> AmazonElasticMapReduceAsync.describeJobFlowsAsync(DescribeJobFlowsRequest describeJobFlowsRequest)
          Deprecated. 
 Future<DescribeJobFlowsResult> AmazonElasticMapReduceAsyncClient.describeJobFlowsAsync(DescribeJobFlowsRequest describeJobFlowsRequest, AsyncHandler<DescribeJobFlowsRequest,DescribeJobFlowsResult> asyncHandler)
           DescribeJobFlows returns a list of job flows that match all of the supplied parameters.
 Future<DescribeJobFlowsResult> AmazonElasticMapReduceAsync.describeJobFlowsAsync(DescribeJobFlowsRequest describeJobFlowsRequest, AsyncHandler<DescribeJobFlowsRequest,DescribeJobFlowsResult> asyncHandler)
           DescribeJobFlows returns a list of job flows that match all of the supplied parameters.
 

Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type DescribeJobFlowsResult
 Future<DescribeJobFlowsResult> AmazonElasticMapReduceAsyncClient.describeJobFlowsAsync(DescribeJobFlowsRequest describeJobFlowsRequest, AsyncHandler<DescribeJobFlowsRequest,DescribeJobFlowsResult> asyncHandler)
           DescribeJobFlows returns a list of job flows that match all of the supplied parameters.
 Future<DescribeJobFlowsResult> AmazonElasticMapReduceAsync.describeJobFlowsAsync(DescribeJobFlowsRequest describeJobFlowsRequest, AsyncHandler<DescribeJobFlowsRequest,DescribeJobFlowsResult> asyncHandler)
           DescribeJobFlows returns a list of job flows that match all of the supplied parameters.
 

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

Methods in com.amazonaws.services.elasticmapreduce.model that return DescribeJobFlowsResult
 DescribeJobFlowsResult DescribeJobFlowsResult.withJobFlows(Collection<JobFlowDetail> jobFlows)
          A list of job flows matching the parameters supplied.
 DescribeJobFlowsResult DescribeJobFlowsResult.withJobFlows(JobFlowDetail... jobFlows)
          A list of job flows matching the parameters supplied.
 



Copyright © 2016. All rights reserved.