C# Class Amazon.Glacier.ActionCode

Action Code
Inheritance: ConstantClass
ファイルを表示 Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
ArchiveRetrieval ActionCode
InventoryRetrieval ActionCode

Public Methods

Method Description
ActionCode ( string value ) : System

Default Constructor

FindValue ( string value ) : ActionCode

Finds the constant for the unique value.

Method Details

ActionCode() public method

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

FindValue() public static method

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

Property Details

ArchiveRetrieval public_oe static_oe property

Constant ArchiveRetrieval for ActionCode
public static ActionCode,Amazon.Glacier ArchiveRetrieval
return ActionCode

InventoryRetrieval public_oe static_oe property

Constant InventoryRetrieval for ActionCode
public static ActionCode,Amazon.Glacier InventoryRetrieval
return ActionCode