Uses of Class
com.amazonaws.services.waf.model.SqlInjectionMatchTuple
-
Packages that use SqlInjectionMatchTuple Package Description com.amazonaws.services.waf.model -
-
Uses of SqlInjectionMatchTuple in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return SqlInjectionMatchTuple Modifier and Type Method Description SqlInjectionMatchTuple
SqlInjectionMatchTuple. clone()
SqlInjectionMatchTuple
SqlInjectionMatchSetUpdate. getSqlInjectionMatchTuple()
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.SqlInjectionMatchTuple
SqlInjectionMatchTuple. withFieldToMatch(FieldToMatch fieldToMatch)
SqlInjectionMatchTuple
SqlInjectionMatchTuple. withTextTransformation(TextTransformation textTransformation)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.SqlInjectionMatchTuple
SqlInjectionMatchTuple. withTextTransformation(String textTransformation)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.Methods in com.amazonaws.services.waf.model that return types with arguments of type SqlInjectionMatchTuple Modifier and Type Method Description List<SqlInjectionMatchTuple>
SqlInjectionMatchSet. getSqlInjectionMatchTuples()
Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.Methods in com.amazonaws.services.waf.model with parameters of type SqlInjectionMatchTuple Modifier and Type Method Description void
SqlInjectionMatchSetUpdate. setSqlInjectionMatchTuple(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.SqlInjectionMatchSetUpdate
SqlInjectionMatchSetUpdate. withSqlInjectionMatchTuple(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
SqlInjectionMatchSet. withSqlInjectionMatchTuples(SqlInjectionMatchTuple... sqlInjectionMatchTuples)
Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.Method parameters in com.amazonaws.services.waf.model with type arguments of type SqlInjectionMatchTuple Modifier and Type Method Description void
SqlInjectionMatchSet. setSqlInjectionMatchTuples(Collection<SqlInjectionMatchTuple> sqlInjectionMatchTuples)
Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.SqlInjectionMatchSet
SqlInjectionMatchSet. withSqlInjectionMatchTuples(Collection<SqlInjectionMatchTuple> sqlInjectionMatchTuples)
Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.
-