Class GlacierJobTier
All enumerations type for retrieval tier for Glacier restore.
public sealed class GlacierJobTier : ConstantClass
- Inheritance
-
GlacierJobTier
Fields
Bulk
Bulk Tier for Glacier restore.
public static readonly GlacierJobTier Bulk
Field Value
Expedited
Expedited Tier for Glacier restore.
public static readonly GlacierJobTier Expedited
Field Value
Standard
Standard Tier for Glacier restore.
public static readonly GlacierJobTier Standard
Field Value
Methods
FindValue(string)
Finds the constant for the unique value.
public static GlacierJobTier FindValue(string value)
Parameters
value
stringThe string representation of the RestoreObjectRequestGlacierJobTier.
Returns
- GlacierJobTier
The RestoreObjectRequestGlacierJobTier object for that string.
Operators
implicit operator GlacierJobTier(string)
Convert string to RestoreObjectRequestGlacierJobTier.
public static implicit operator GlacierJobTier(string value)
Parameters
value
string