C# Class Amazon.SimpleEmail.DsnAction

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

Public Properties

Property Type Description
Delayed DsnAction
Delivered DsnAction
Expanded DsnAction
Failed DsnAction
Relayed DsnAction

Public Methods

Method Description
DsnAction ( 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 ( string value ) : DsnAction

Finds the constant for the unique value.

Method Details

DsnAction() 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 DsnAction ( string value ) : System
value string
return System

FindValue() public static method

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

Property Details

Delayed public static property

Constant Delayed for DsnAction
public static DsnAction,Amazon.SimpleEmail Delayed
return DsnAction

Delivered public static property

Constant Delivered for DsnAction
public static DsnAction,Amazon.SimpleEmail Delivered
return DsnAction

Expanded public static property

Constant Expanded for DsnAction
public static DsnAction,Amazon.SimpleEmail Expanded
return DsnAction

Failed public static property

Constant Failed for DsnAction
public static DsnAction,Amazon.SimpleEmail Failed
return DsnAction

Relayed public static property

Constant Relayed for DsnAction
public static DsnAction,Amazon.SimpleEmail Relayed
return DsnAction