| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeJobFlowsResult | 
AmazonElasticMapReduce.describeJobFlows(DescribeJobFlowsRequest describeJobFlowsRequest)
Deprecated.  
 | 
DescribeJobFlowsResult | 
AmazonElasticMapReduceClient.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)
 This API is deprecated and will eventually be removed. 
 | 
Future<DescribeJobFlowsResult> | 
AmazonElasticMapReduceAsync.describeJobFlowsAsync(DescribeJobFlowsRequest describeJobFlowsRequest,
                     AsyncHandler<DescribeJobFlowsRequest,DescribeJobFlowsResult> asyncHandler)
 This API is deprecated and will eventually be removed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<DescribeJobFlowsResult> | 
AmazonElasticMapReduceAsyncClient.describeJobFlowsAsync(DescribeJobFlowsRequest describeJobFlowsRequest,
                     AsyncHandler<DescribeJobFlowsRequest,DescribeJobFlowsResult> asyncHandler)
 This API is deprecated and will eventually be removed. 
 | 
Future<DescribeJobFlowsResult> | 
AmazonElasticMapReduceAsync.describeJobFlowsAsync(DescribeJobFlowsRequest describeJobFlowsRequest,
                     AsyncHandler<DescribeJobFlowsRequest,DescribeJobFlowsResult> asyncHandler)
 This API is deprecated and will eventually be removed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 © 2014. All rights reserved.