C# 클래스 Amazon.CognitoIdentityProvider.UserImportJobStatusType

Constants used for properties of type UserImportJobStatusType.
상속: ConstantClass
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
Created UserImportJobStatusType
Expired UserImportJobStatusType
Failed UserImportJobStatusType
InProgress UserImportJobStatusType
Pending UserImportJobStatusType
Stopped UserImportJobStatusType
Stopping UserImportJobStatusType
Succeeded UserImportJobStatusType

공개 메소드들

메소드 설명
FindValue ( string value ) : UserImportJobStatusType

Finds the constant for the unique value.

UserImportJobStatusType ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

메소드 상세

FindValue() 공개 정적인 메소드

Finds the constant for the unique value.
public static FindValue ( string value ) : UserImportJobStatusType
value string The unique value for the constant
리턴 UserImportJobStatusType

UserImportJobStatusType() 공개 메소드

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public UserImportJobStatusType ( string value ) : System
value string
리턴 System

프로퍼티 상세

Created 공개적으로 정적으로 프로퍼티

Constant Created for UserImportJobStatusType
public static UserImportJobStatusType,Amazon.CognitoIdentityProvider Created
리턴 UserImportJobStatusType

Expired 공개적으로 정적으로 프로퍼티

Constant Expired for UserImportJobStatusType
public static UserImportJobStatusType,Amazon.CognitoIdentityProvider Expired
리턴 UserImportJobStatusType

Failed 공개적으로 정적으로 프로퍼티

Constant Failed for UserImportJobStatusType
public static UserImportJobStatusType,Amazon.CognitoIdentityProvider Failed
리턴 UserImportJobStatusType

InProgress 공개적으로 정적으로 프로퍼티

Constant InProgress for UserImportJobStatusType
public static UserImportJobStatusType,Amazon.CognitoIdentityProvider InProgress
리턴 UserImportJobStatusType

Pending 공개적으로 정적으로 프로퍼티

Constant Pending for UserImportJobStatusType
public static UserImportJobStatusType,Amazon.CognitoIdentityProvider Pending
리턴 UserImportJobStatusType

Stopped 공개적으로 정적으로 프로퍼티

Constant Stopped for UserImportJobStatusType
public static UserImportJobStatusType,Amazon.CognitoIdentityProvider Stopped
리턴 UserImportJobStatusType

Stopping 공개적으로 정적으로 프로퍼티

Constant Stopping for UserImportJobStatusType
public static UserImportJobStatusType,Amazon.CognitoIdentityProvider Stopping
리턴 UserImportJobStatusType

Succeeded 공개적으로 정적으로 프로퍼티

Constant Succeeded for UserImportJobStatusType
public static UserImportJobStatusType,Amazon.CognitoIdentityProvider Succeeded
리턴 UserImportJobStatusType