Uses of Class
com.amazonaws.services.elasticmapreduce.model.DescribeJobFlowsRequest
Packages that use DescribeJobFlowsRequest
Package
Description
-
Uses of DescribeJobFlowsRequest in com.amazonaws.services.elasticmapreduce
Methods in com.amazonaws.services.elasticmapreduce with parameters of type DescribeJobFlowsRequestModifier and TypeMethodDescriptionAbstractAmazonElasticMapReduce.describeJobFlows
(DescribeJobFlowsRequest request) Deprecated.AmazonElasticMapReduce.describeJobFlows
(DescribeJobFlowsRequest describeJobFlowsRequest) Deprecated.AmazonElasticMapReduceClient.describeJobFlows
(DescribeJobFlowsRequest describeJobFlowsRequest) Deprecated.AbstractAmazonElasticMapReduceAsync.describeJobFlowsAsync
(DescribeJobFlowsRequest request) Deprecated.AbstractAmazonElasticMapReduceAsync.describeJobFlowsAsync
(DescribeJobFlowsRequest request, AsyncHandler<DescribeJobFlowsRequest, DescribeJobFlowsResult> asyncHandler) Deprecated.AmazonElasticMapReduceAsync.describeJobFlowsAsync
(DescribeJobFlowsRequest describeJobFlowsRequest) Deprecated.AmazonElasticMapReduceAsync.describeJobFlowsAsync
(DescribeJobFlowsRequest describeJobFlowsRequest, AsyncHandler<DescribeJobFlowsRequest, DescribeJobFlowsResult> asyncHandler) Deprecated.AmazonElasticMapReduceAsyncClient.describeJobFlowsAsync
(DescribeJobFlowsRequest request) Deprecated.AmazonElasticMapReduceAsyncClient.describeJobFlowsAsync
(DescribeJobFlowsRequest request, AsyncHandler<DescribeJobFlowsRequest, DescribeJobFlowsResult> asyncHandler) Deprecated.Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type DescribeJobFlowsRequestModifier and TypeMethodDescriptionAbstractAmazonElasticMapReduceAsync.describeJobFlowsAsync
(AsyncHandler<DescribeJobFlowsRequest, DescribeJobFlowsResult> asyncHandler) Simplified method form for invoking the DescribeJobFlows operation with an AsyncHandler.AbstractAmazonElasticMapReduceAsync.describeJobFlowsAsync
(DescribeJobFlowsRequest request, AsyncHandler<DescribeJobFlowsRequest, DescribeJobFlowsResult> asyncHandler) Deprecated.AmazonElasticMapReduceAsync.describeJobFlowsAsync
(AsyncHandler<DescribeJobFlowsRequest, DescribeJobFlowsResult> asyncHandler) Simplified method form for invoking the DescribeJobFlows operation with an AsyncHandler.AmazonElasticMapReduceAsync.describeJobFlowsAsync
(DescribeJobFlowsRequest describeJobFlowsRequest, AsyncHandler<DescribeJobFlowsRequest, DescribeJobFlowsResult> asyncHandler) Deprecated.AmazonElasticMapReduceAsyncClient.describeJobFlowsAsync
(AsyncHandler<DescribeJobFlowsRequest, DescribeJobFlowsResult> asyncHandler) Simplified method form for invoking the DescribeJobFlows operation with an AsyncHandler.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 DescribeJobFlowsRequestModifier and TypeMethodDescriptionDescribeJobFlowsRequest.clone()
DescribeJobFlowsRequest.withCreatedAfter
(Date createdAfter) Return only job flows created after this date and time.DescribeJobFlowsRequest.withCreatedBefore
(Date createdBefore) Return only job flows created before this date and time.DescribeJobFlowsRequest.withJobFlowIds
(String... jobFlowIds) Return only job flows whose job flow ID is contained in this list.DescribeJobFlowsRequest.withJobFlowIds
(Collection<String> jobFlowIds) Return only job flows whose job flow ID is contained in this list.DescribeJobFlowsRequest.withJobFlowStates
(JobFlowExecutionState... jobFlowStates) Return only job flows whose state is contained in this list.DescribeJobFlowsRequest.withJobFlowStates
(String... jobFlowStates) Return only job flows whose state is contained in this list.DescribeJobFlowsRequest.withJobFlowStates
(Collection<String> jobFlowStates) Return only job flows whose state is contained in this list.