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()
           DescribeJobFlows returns a list of job flows that match all of the supplied parameters.
 DescribeJobFlowsResult AmazonElasticMapReduce.describeJobFlows()
           DescribeJobFlows returns a list of job flows that match all of the supplied parameters.
 DescribeJobFlowsResult AmazonElasticMapReduceClient.describeJobFlows(DescribeJobFlowsRequest describeJobFlowsRequest)
           DescribeJobFlows returns a list of job flows that match all of the supplied parameters.
 DescribeJobFlowsResult AmazonElasticMapReduce.describeJobFlows(DescribeJobFlowsRequest describeJobFlowsRequest)
           DescribeJobFlows returns a list of job flows that match all of the supplied parameters.
 

Methods in com.amazonaws.services.elasticmapreduce that return types with arguments of type DescribeJobFlowsResult
 Future<DescribeJobFlowsResult> AmazonElasticMapReduceAsyncClient.describeJobFlowsAsync(DescribeJobFlowsRequest describeJobFlowsRequest)
           DescribeJobFlows returns a list of job flows that match all of the supplied parameters.
 Future<DescribeJobFlowsResult> AmazonElasticMapReduceAsync.describeJobFlowsAsync(DescribeJobFlowsRequest describeJobFlowsRequest)
           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 © 2010 Amazon Web Services, Inc. All Rights Reserved.