Uses of Class
com.amazonaws.services.elasticmapreduce.model.DescribeJobFlowsRequest
-
Packages that use DescribeJobFlowsRequest Package Description com.amazonaws.services.elasticmapreduce com.amazonaws.services.elasticmapreduce.model -
-
Uses of DescribeJobFlowsRequest in com.amazonaws.services.elasticmapreduce
Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type DescribeJobFlowsRequest Modifier and Type Method Description Future<DescribeJobFlowsResult>
AbstractAmazonElasticMapReduceAsync. describeJobFlowsAsync(AsyncHandler<DescribeJobFlowsRequest,DescribeJobFlowsResult> asyncHandler)
Simplified method form for invoking the DescribeJobFlows operation with an AsyncHandler.Future<DescribeJobFlowsResult>
AbstractAmazonElasticMapReduceAsync. describeJobFlowsAsync(DescribeJobFlowsRequest request, AsyncHandler<DescribeJobFlowsRequest,DescribeJobFlowsResult> asyncHandler)
Deprecated.Future<DescribeJobFlowsResult>
AmazonElasticMapReduceAsync. describeJobFlowsAsync(AsyncHandler<DescribeJobFlowsRequest,DescribeJobFlowsResult> asyncHandler)
Simplified method form for invoking the DescribeJobFlows operation with an AsyncHandler.Future<DescribeJobFlowsResult>
AmazonElasticMapReduceAsync. describeJobFlowsAsync(DescribeJobFlowsRequest describeJobFlowsRequest, AsyncHandler<DescribeJobFlowsRequest,DescribeJobFlowsResult> asyncHandler)
Deprecated.Future<DescribeJobFlowsResult>
AmazonElasticMapReduceAsyncClient. describeJobFlowsAsync(AsyncHandler<DescribeJobFlowsRequest,DescribeJobFlowsResult> asyncHandler)
Simplified method form for invoking the DescribeJobFlows operation with an AsyncHandler.Future<DescribeJobFlowsResult>
AmazonElasticMapReduceAsyncClient. describeJobFlowsAsync(DescribeJobFlowsRequest request, AsyncHandler<DescribeJobFlowsRequest,DescribeJobFlowsResult> asyncHandler)
Deprecated. -
Uses of DescribeJobFlowsRequest in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return DescribeJobFlowsRequest Modifier and Type Method Description DescribeJobFlowsRequest
DescribeJobFlowsRequest. clone()
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(String... jobFlowIds)
Return only job flows whose job flow ID is contained in this list.DescribeJobFlowsRequest
DescribeJobFlowsRequest. withJobFlowIds(Collection<String> jobFlowIds)
Return only job flows whose job flow ID 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.DescribeJobFlowsRequest
DescribeJobFlowsRequest. withJobFlowStates(Collection<String> jobFlowStates)
Return only job flows whose state is contained in this list.
-