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)
           Returns extensive details about specified job flows.
 DescribeJobFlowsResult AmazonElasticMapReduce.describeJobFlows(DescribeJobFlowsRequest describeJobFlowsRequest)
           Returns extensive details about specified job flows.
 Future<DescribeJobFlowsResult> AmazonElasticMapReduceAsyncClient.describeJobFlowsAsync(DescribeJobFlowsRequest describeJobFlowsRequest)
           Returns extensive details about specified job flows.
 Future<DescribeJobFlowsResult> AmazonElasticMapReduceAsync.describeJobFlowsAsync(DescribeJobFlowsRequest describeJobFlowsRequest)
           Returns extensive details about specified job flows.
 

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

Methods in com.amazonaws.services.elasticmapreduce.model that return DescribeJobFlowsRequest
 DescribeJobFlowsRequest DescribeJobFlowsRequest.withCreatedAfter(Date createdAfter)
          A date specifying that descriptions of job flows created after this date should be returned.
 DescribeJobFlowsRequest DescribeJobFlowsRequest.withCreatedBefore(Date createdBefore)
          A date specifying that descriptions of job flows created before this date should be returned.
 DescribeJobFlowsRequest DescribeJobFlowsRequest.withJobFlowIds(Collection<String> jobFlowIds)
          A list of job flow IDs used to specify which job flow descriptions should be returned.
 DescribeJobFlowsRequest DescribeJobFlowsRequest.withJobFlowIds(String... jobFlowIds)
          A list of job flow IDs used to specify which job flow descriptions should be returned.
 DescribeJobFlowsRequest DescribeJobFlowsRequest.withJobFlowStates(Collection<String> jobFlowStates)
          

 DescribeJobFlowsRequest DescribeJobFlowsRequest.withJobFlowStates(String... jobFlowStates)
          

 



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