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

FindValue() public static method

Finds the RequestCharged instance for the string value
public static FindValue ( string value ) : RequestCharged
value string
return RequestCharged
        public static RequestCharged FindValue(string value)
        {
            return FindValue<RequestCharged>(value);
        }