Amazon.CodeDeploy.ListStateFilterAction.FindValue C# (CSharp) Method

FindValue() public static method

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