C# Class Amazon.CognitoIdentityProvider.UserImportJobStatusType

Constants used for properties of type UserImportJobStatusType.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
Created UserImportJobStatusType
Expired UserImportJobStatusType
Failed UserImportJobStatusType
InProgress UserImportJobStatusType
Pending UserImportJobStatusType
Stopped UserImportJobStatusType
Stopping UserImportJobStatusType
Succeeded UserImportJobStatusType

Public Methods

Method Description
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.

Method Details

FindValue() public static method

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

UserImportJobStatusType() public method

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
return System

Property Details

Created public static property

Constant Created for UserImportJobStatusType
public static UserImportJobStatusType,Amazon.CognitoIdentityProvider Created
return UserImportJobStatusType

Expired public static property

Constant Expired for UserImportJobStatusType
public static UserImportJobStatusType,Amazon.CognitoIdentityProvider Expired
return UserImportJobStatusType

Failed public static property

Constant Failed for UserImportJobStatusType
public static UserImportJobStatusType,Amazon.CognitoIdentityProvider Failed
return UserImportJobStatusType

InProgress public static property

Constant InProgress for UserImportJobStatusType
public static UserImportJobStatusType,Amazon.CognitoIdentityProvider InProgress
return UserImportJobStatusType

Pending public static property

Constant Pending for UserImportJobStatusType
public static UserImportJobStatusType,Amazon.CognitoIdentityProvider Pending
return UserImportJobStatusType

Stopped public static property

Constant Stopped for UserImportJobStatusType
public static UserImportJobStatusType,Amazon.CognitoIdentityProvider Stopped
return UserImportJobStatusType

Stopping public static property

Constant Stopping for UserImportJobStatusType
public static UserImportJobStatusType,Amazon.CognitoIdentityProvider Stopping
return UserImportJobStatusType

Succeeded public static property

Constant Succeeded for UserImportJobStatusType
public static UserImportJobStatusType,Amazon.CognitoIdentityProvider Succeeded
return UserImportJobStatusType