Amazon.S3.GlacierJobTier.FindValue C# (CSharp) Method

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
        public static GlacierJobTier FindValue(string value)
        {
            return FindValue<GlacierJobTier>(value);
        }