Uses of Class
com.amazonaws.services.waf.model.SqlInjectionMatchTuple
Packages that use SqlInjectionMatchTuple
-
Uses of SqlInjectionMatchTuple in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return SqlInjectionMatchTupleModifier and TypeMethodDescriptionSqlInjectionMatchTuple.clone()
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.withFieldToMatch
(FieldToMatch fieldToMatch) 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.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 SqlInjectionMatchTupleModifier and TypeMethodDescriptionSqlInjectionMatchSet.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 SqlInjectionMatchTupleModifier and TypeMethodDescriptionvoid
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.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.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 SqlInjectionMatchTupleModifier and TypeMethodDescriptionvoid
SqlInjectionMatchSet.setSqlInjectionMatchTuples
(Collection<SqlInjectionMatchTuple> sqlInjectionMatchTuples) Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.SqlInjectionMatchSet.withSqlInjectionMatchTuples
(Collection<SqlInjectionMatchTuple> sqlInjectionMatchTuples) Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.