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)
          Deprecated. 
 DescribeJobFlowsResult AmazonElasticMapReduce.describeJobFlows(DescribeJobFlowsRequest describeJobFlowsRequest)
          Deprecated. 
 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 DescribeJobFlowsRequest
 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 DescribeJobFlowsRequest in com.amazonaws.services.elasticmapreduce.model
 

Methods in com.amazonaws.services.elasticmapreduce.model that return DescribeJobFlowsRequest
 DescribeJobFlowsRequest DescribeJobFlowsRequest.withCreatedAfter(Date createdAfter)
          Return only job flows created after this date and time.
 DescribeJobFlowsRequest DescribeJobFlowsRequest.withCreatedBefore(Date createdBefore)
          Return only job flows created before this date and time.
 DescribeJobFlowsRequest DescribeJobFlowsRequest.withJobFlowIds(Collection<String> jobFlowIds)
          Return only job flows whose job flow ID is contained in this list.
 DescribeJobFlowsRequest DescribeJobFlowsRequest.withJobFlowIds(String... jobFlowIds)
          Return only job flows whose job flow ID is contained in this list.
 DescribeJobFlowsRequest DescribeJobFlowsRequest.withJobFlowStates(Collection<String> jobFlowStates)
          Return only job flows whose state is contained in this list.
 DescribeJobFlowsRequest DescribeJobFlowsRequest.withJobFlowStates(JobFlowExecutionState... jobFlowStates)
          Return only job flows whose state is contained in this list.
 DescribeJobFlowsRequest DescribeJobFlowsRequest.withJobFlowStates(String... jobFlowStates)
          Return only job flows whose state is contained in this list.
 



Copyright © 2016. All rights reserved.