C# Class Amazon.DynamoDBv2.ReturnValue

Return Value
Inheritance: ConstantClass
Show file Open project: scopely/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
ALL_NEW ReturnValue
ALL_OLD ReturnValue
NONE ReturnValue
UPDATED_NEW ReturnValue
UPDATED_OLD ReturnValue

Public Methods

Method Description
FindValue ( string value ) : ReturnValue

Finds the constant for the unique value.

ReturnValue ( string value ) : System

Default Constructor

Method Details

FindValue() public static method

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

ReturnValue() public method

Default Constructor
public ReturnValue ( string value ) : System
value string
return System

Property Details

ALL_NEW public static property

Constant ALL_NEW for ReturnValue
public static ReturnValue,Amazon.DynamoDBv2 ALL_NEW
return ReturnValue

ALL_OLD public static property

Constant ALL_OLD for ReturnValue
public static ReturnValue,Amazon.DynamoDBv2 ALL_OLD
return ReturnValue

NONE public static property

Constant NONE for ReturnValue
public static ReturnValue,Amazon.DynamoDBv2 NONE
return ReturnValue

UPDATED_NEW public static property

Constant UPDATED_NEW for ReturnValue
public static ReturnValue,Amazon.DynamoDBv2 UPDATED_NEW
return ReturnValue

UPDATED_OLD public static property

Constant UPDATED_OLD for ReturnValue
public static ReturnValue,Amazon.DynamoDBv2 UPDATED_OLD
return ReturnValue