C# Class Amazon.S3.GlacierJobTier

All enumerations type for retrieval tier for Glacier restore.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
Bulk GlacierJobTier
Expedited GlacierJobTier
Standard GlacierJobTier

Public Methods

Method Description
FindValue ( string value ) : GlacierJobTier

Finds the constant for the unique value.

Private Methods

Method Description
GlacierJobTier ( string value ) : System

Construct instance of RestoreObjectRequestGlacierJobTier

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : GlacierJobTier
value string The string representation of the RestoreObjectRequestGlacierJobTier.
return GlacierJobTier

Property Details

Bulk public static property

Bulk Tier for Glacier restore.
public static GlacierJobTier,Amazon.S3 Bulk
return GlacierJobTier

Expedited public static property

Expedited Tier for Glacier restore.
public static GlacierJobTier,Amazon.S3 Expedited
return GlacierJobTier

Standard public static property

Standard Tier for Glacier restore.
public static GlacierJobTier,Amazon.S3 Standard
return GlacierJobTier