Amazon.CognitoIdentity.RoleMappingType.FindValue C# (CSharp) Method

FindValue() public static method

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