Uses of Class
software.amazon.awssdk.services.waf.model.SqlInjectionMatchTuple
-
Packages that use SqlInjectionMatchTuple Package Description software.amazon.awssdk.services.waf.model -
-
Uses of SqlInjectionMatchTuple in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return SqlInjectionMatchTuple Modifier and Type Method Description SqlInjectionMatchTupleSqlInjectionMatchSetUpdate. sqlInjectionMatchTuple()Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type SqlInjectionMatchTuple Modifier and Type Method Description List<SqlInjectionMatchTuple>SqlInjectionMatchSet. sqlInjectionMatchTuples()Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.Methods in software.amazon.awssdk.services.waf.model with parameters of type SqlInjectionMatchTuple Modifier and Type Method Description SqlInjectionMatchSetUpdate.BuilderSqlInjectionMatchSetUpdate.Builder. sqlInjectionMatchTuple(SqlInjectionMatchTuple sqlInjectionMatchTuple)Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.SqlInjectionMatchSet.BuilderSqlInjectionMatchSet.Builder. sqlInjectionMatchTuples(SqlInjectionMatchTuple... sqlInjectionMatchTuples)Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type SqlInjectionMatchTuple Modifier and Type Method Description SqlInjectionMatchSet.BuilderSqlInjectionMatchSet.Builder. sqlInjectionMatchTuples(Collection<SqlInjectionMatchTuple> sqlInjectionMatchTuples)Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.
-