AWS SDK for .NET Documentation
DescribeJobFlows Method (describeJobFlowsRequest)
AmazonAmazon.ElasticMapReduceAmazonElasticMapReduceDescribeJobFlows(DescribeJobFlowsRequest) Did this page help you?   Yes   No    Tell us about it...

DescribeJobFlows returns a list of job flows that match all of the supplied parameters. The parameters can include a list of job flow IDs, job flow states, and restrictions on job flow creation date and time.

Regardless of supplied parameters, only job flows created within the last two months are returned.

If no parameters are supplied, then job flows matching either of the following criteria are returned:

Amazon Elastic MapReduce can return a maximum of 512 job flow descriptions.

Declaration Syntax
C#
DescribeJobFlowsResponse DescribeJobFlows(
	DescribeJobFlowsRequest describeJobFlowsRequest
)
Parameters
describeJobFlowsRequest (DescribeJobFlowsRequest)
Container for the necessary parameters to execute the DescribeJobFlows service method on AmazonElasticMapReduce.
Return Value
The response from the DescribeJobFlows service method, as returned by AmazonElasticMapReduce.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)