AWSSDK_DotNet35.UnitTests.TestTools.WAFRegionalMethodCustomizationsTests.WAFRegionalSimpleMethodTests C# (CSharp) Method

WAFRegionalSimpleMethodTests() private method

private WAFRegionalSimpleMethodTests ( ) : void
return void
        public void WAFRegionalSimpleMethodTests()
        {
            EnsureSimpleMethodExists(typeof(Amazon.WAFRegional.AmazonWAFRegionalClient), "CreateByteMatchSet", new Type[] { typeof(string), typeof(string), });
            EnsureSimpleMethodExists(typeof(Amazon.WAFRegional.AmazonWAFRegionalClient), "CreateIPSet", new Type[] { typeof(string), typeof(string), });
            EnsureSimpleMethodExists(typeof(Amazon.WAFRegional.AmazonWAFRegionalClient), "CreateRule", new Type[] { typeof(string), typeof(string), typeof(string), });
            EnsureSimpleMethodExists(typeof(Amazon.WAFRegional.AmazonWAFRegionalClient), "CreateSqlInjectionMatchSet", new Type[] { typeof(string), typeof(string), });
            EnsureSimpleMethodExists(typeof(Amazon.WAFRegional.AmazonWAFRegionalClient), "DeleteByteMatchSet", new Type[] { typeof(string), typeof(string), });
            EnsureSimpleMethodExists(typeof(Amazon.WAFRegional.AmazonWAFRegionalClient), "DeleteIPSet", new Type[] { typeof(string), typeof(string), });
            EnsureSimpleMethodExists(typeof(Amazon.WAFRegional.AmazonWAFRegionalClient), "DeleteRule", new Type[] { typeof(string), typeof(string), });
            EnsureSimpleMethodExists(typeof(Amazon.WAFRegional.AmazonWAFRegionalClient), "DeleteSqlInjectionMatchSet", new Type[] { typeof(string), typeof(string), });
            EnsureSimpleMethodExists(typeof(Amazon.WAFRegional.AmazonWAFRegionalClient), "DeleteWebACL", new Type[] { typeof(string), typeof(string), });
            EnsureSimpleMethodExists(typeof(Amazon.WAFRegional.AmazonWAFRegionalClient), "GetByteMatchSet", new Type[] { typeof(string), });
            EnsureSimpleMethodExists(typeof(Amazon.WAFRegional.AmazonWAFRegionalClient), "GetChangeTokenStatus", new Type[] { typeof(string), });
            EnsureSimpleMethodExists(typeof(Amazon.WAFRegional.AmazonWAFRegionalClient), "GetIPSet", new Type[] { typeof(string), });
            EnsureSimpleMethodExists(typeof(Amazon.WAFRegional.AmazonWAFRegionalClient), "GetRule", new Type[] { typeof(string), });
            EnsureSimpleMethodExists(typeof(Amazon.WAFRegional.AmazonWAFRegionalClient), "GetSqlInjectionMatchSet", new Type[] { typeof(string), });
            EnsureSimpleMethodExists(typeof(Amazon.WAFRegional.AmazonWAFRegionalClient), "GetWebACL", new Type[] { typeof(string), });
            EnsureSimpleMethodExists(typeof(Amazon.WAFRegional.AmazonWAFRegionalClient), "UpdateByteMatchSet", new Type[] { typeof(string), typeof(List<ByteMatchSetUpdate>), typeof(string), });
            EnsureSimpleMethodExists(typeof(Amazon.WAFRegional.AmazonWAFRegionalClient), "UpdateIPSet", new Type[] { typeof(string), typeof(List<IPSetUpdate>), typeof(string), });
            EnsureSimpleMethodExists(typeof(Amazon.WAFRegional.AmazonWAFRegionalClient), "UpdateRule", new Type[] { typeof(string), typeof(List<RuleUpdate>), typeof(string), });
            EnsureSimpleMethodExists(typeof(Amazon.WAFRegional.AmazonWAFRegionalClient), "UpdateSqlInjectionMatchSet", new Type[] { typeof(string), typeof(List<SqlInjectionMatchSetUpdate>), typeof(string), });
        }