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

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : ServerSideEncryptionCustomerMethod
value string
return ServerSideEncryptionCustomerMethod
        public static ServerSideEncryptionCustomerMethod FindValue(string value)
        {
            return FindValue<ServerSideEncryptionCustomerMethod>(value);
        }
ServerSideEncryptionCustomerMethod