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

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
TerminateJobFlowsRequest ( ) : System

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

TerminateJobFlowsRequest ( List jobFlowIds ) : System

Instantiates TerminateJobFlowsRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetJobFlowIds ( ) : bool

메소드 상세

TerminateJobFlowsRequest() 공개 메소드

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

TerminateJobFlowsRequest() 공개 메소드

Instantiates TerminateJobFlowsRequest with the parameterized properties
public TerminateJobFlowsRequest ( List jobFlowIds ) : System
jobFlowIds List A list of job flows to be shutdown.
리턴 System