AWS SDK for .NET Documentation
DescribeJobFlowsRequest Class
AmazonAmazon.ElasticMapReduce.ModelDescribeJobFlowsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeJobFlows operation. This API is deprecated and will eventually be removed. We recommend you use ListClusters, DescribeCluster, ListSteps, ListInstanceGroups and ListBootstrapActions instead.

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#
public class DescribeJobFlowsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeJobFlowsRequest()()()()
Initializes a new instance of the DescribeJobFlowsRequest class

CreatedAfter
Gets and sets the property CreatedAfter.

Return only job flows created after this date and time.


CreatedBefore
Gets and sets the property CreatedBefore.

Return only job flows created before this date and time.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
JobFlowIds
Gets and sets the property JobFlowIds.

Return only job flows whose job flow ID is contained in this list.


JobFlowStates
Gets and sets the property JobFlowStates.

Return only job flows whose state is contained in this list.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCreatedAfter(DateTime) Obsolete.
Sets the CreatedAfter property

WithCreatedBefore(DateTime) Obsolete.
Sets the CreatedBefore property

WithJobFlowIds(array<String>[]()[][]) Obsolete.
Sets the JobFlowIds property

WithJobFlowIds(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Sets the JobFlowIds property

WithJobFlowStates(array<String>[]()[][]) Obsolete.
Sets the JobFlowStates property

WithJobFlowStates(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Sets the JobFlowStates property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeJobFlowsRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)