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 SqlInjectionMatchTupleSqlInjectionMatchTuple. clone()SqlInjectionMatchTupleSqlInjectionMatchSetUpdate. 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.SqlInjectionMatchTupleSqlInjectionMatchTuple. withFieldToMatch(FieldToMatch fieldToMatch)SqlInjectionMatchTupleSqlInjectionMatchTuple. withTextTransformation(TextTransformation textTransformation)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.SqlInjectionMatchTupleSqlInjectionMatchTuple. 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 voidSqlInjectionMatchSetUpdate. 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.SqlInjectionMatchSetUpdateSqlInjectionMatchSetUpdate. 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.SqlInjectionMatchSetSqlInjectionMatchSet. 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 voidSqlInjectionMatchSet. setSqlInjectionMatchTuples(Collection<SqlInjectionMatchTuple> sqlInjectionMatchTuples)Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.SqlInjectionMatchSetSqlInjectionMatchSet. withSqlInjectionMatchTuples(Collection<SqlInjectionMatchTuple> sqlInjectionMatchTuples)Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.
-