C# 클래스 Amazon.ElasticMapReduce.Model.DescribeJobFlowsRequest

Container for the parameters to the DescribeJobFlows operation.

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:

  • Job flows created and completed in the last two weeks
  • Job flows created within the last two months that are in one of the following states: RUNNING , WAITING , SHUTTING_DOWN , STARTING

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

상속: Amazon.Runtime.AmazonWebServiceRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DescribeJobFlowsRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DescribeJobFlowsRequest ( List jobFlowIds ) : System

Instantiates DescribeJobFlowsRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetCreatedAfter ( ) : bool
IsSetCreatedBefore ( ) : bool
IsSetJobFlowIds ( ) : bool
IsSetJobFlowStates ( ) : bool

메소드 상세

DescribeJobFlowsRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeJobFlowsRequest ( ) : System
리턴 System

DescribeJobFlowsRequest() 공개 메소드

Instantiates DescribeJobFlowsRequest with the parameterized properties
public DescribeJobFlowsRequest ( List jobFlowIds ) : System
jobFlowIds List Return only job flows whose job flow ID is contained in this list.
리턴 System