C# Class Amazon.SimpleEmail.EventType

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

Public Properties

Property Type Description
Bounce EventType
Complaint EventType
Delivery EventType
Reject EventType
Send EventType

Public Methods

Method Description
EventType ( 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 ) : EventType

Finds the constant for the unique value.

Method Details

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

FindValue() public static method

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

Property Details

Bounce public static property

Constant Bounce for EventType
public static EventType,Amazon.SimpleEmail Bounce
return EventType

Complaint public static property

Constant Complaint for EventType
public static EventType,Amazon.SimpleEmail Complaint
return EventType

Delivery public static property

Constant Delivery for EventType
public static EventType,Amazon.SimpleEmail Delivery
return EventType

Reject public static property

Constant Reject for EventType
public static EventType,Amazon.SimpleEmail Reject
return EventType

Send public static property

Constant Send for EventType
public static EventType,Amazon.SimpleEmail Send
return EventType