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

FindValue() public static method

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