Amazon.KinesisFirehose.ElasticsearchS3BackupMode.FindValue C# (CSharp) Method

FindValue() public static method

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