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

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

Methods in com.amazonaws.services.elasticmapreduce with parameters of type DescribeJobFlowsRequest
 DescribeJobFlowsResult AmazonElasticMapReduceClient.describeJobFlows(DescribeJobFlowsRequest describeJobFlowsRequest)
           
 DescribeJobFlowsResult AmazonElasticMapReduce.describeJobFlows(DescribeJobFlowsRequest describeJobFlowsRequest)
           
 Future<DescribeJobFlowsResult> AmazonElasticMapReduceAsyncClient.describeJobFlowsAsync(DescribeJobFlowsRequest describeJobFlowsRequest)
           
 Future<DescribeJobFlowsResult> AmazonElasticMapReduceAsync.describeJobFlowsAsync(DescribeJobFlowsRequest describeJobFlowsRequest)
           
 

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

Methods in com.amazonaws.services.elasticmapreduce.model that return DescribeJobFlowsRequest
 DescribeJobFlowsRequest DescribeJobFlowsRequest.withCreatedAfter(Date createdAfter)
          Sets the value of the CreatedAfter property for this object.
 DescribeJobFlowsRequest DescribeJobFlowsRequest.withCreatedBefore(Date createdBefore)
          Sets the value of the CreatedBefore property for this object.
 DescribeJobFlowsRequest DescribeJobFlowsRequest.withJobFlowIds(Collection<String> jobFlowIds)
          Sets the value of the JobFlowIds property for this object.
 DescribeJobFlowsRequest DescribeJobFlowsRequest.withJobFlowIds(String... jobFlowIds)
          Sets the value of the JobFlowIds property for this object.
 DescribeJobFlowsRequest DescribeJobFlowsRequest.withJobFlowStates(Collection<String> jobFlowStates)
          Sets the value of the JobFlowStates property for this object.
 DescribeJobFlowsRequest DescribeJobFlowsRequest.withJobFlowStates(String... jobFlowStates)
          Sets the value of the JobFlowStates property for this object.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.