Table of Contents

Class GlacierJobTier

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

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

GlacierJobTier

Expedited

Expedited Tier for Glacier restore.

public static readonly GlacierJobTier Expedited

Field Value

GlacierJobTier

Standard

Standard Tier for Glacier restore.

public static readonly GlacierJobTier Standard

Field Value

GlacierJobTier

Methods

FindValue(string)

Finds the constant for the unique value.

public static GlacierJobTier FindValue(string value)

Parameters

value string

The 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

Returns

GlacierJobTier