Uses of Class
com.amazonaws.services.waf.model.SqlInjectionMatchSetUpdate
-
Packages that use SqlInjectionMatchSetUpdate Package Description com.amazonaws.services.waf.model -
-
Uses of SqlInjectionMatchSetUpdate in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return SqlInjectionMatchSetUpdate Modifier and Type Method Description SqlInjectionMatchSetUpdate
SqlInjectionMatchSetUpdate. clone()
SqlInjectionMatchSetUpdate
SqlInjectionMatchSetUpdate. withAction(ChangeAction action)
SqlInjectionMatchSetUpdate
SqlInjectionMatchSetUpdate. withAction(String action)
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.Methods in com.amazonaws.services.waf.model that return types with arguments of type SqlInjectionMatchSetUpdate Modifier and Type Method Description List<SqlInjectionMatchSetUpdate>
UpdateSqlInjectionMatchSetRequest. getUpdates()
An array ofSqlInjectionMatchSetUpdate
objects that you want to insert into or delete from a SqlInjectionMatchSet.Methods in com.amazonaws.services.waf.model with parameters of type SqlInjectionMatchSetUpdate Modifier and Type Method Description UpdateSqlInjectionMatchSetRequest
UpdateSqlInjectionMatchSetRequest. withUpdates(SqlInjectionMatchSetUpdate... updates)
An array ofSqlInjectionMatchSetUpdate
objects that you want to insert into or delete from a SqlInjectionMatchSet.Method parameters in com.amazonaws.services.waf.model with type arguments of type SqlInjectionMatchSetUpdate Modifier and Type Method Description void
UpdateSqlInjectionMatchSetRequest. setUpdates(Collection<SqlInjectionMatchSetUpdate> updates)
An array ofSqlInjectionMatchSetUpdate
objects that you want to insert into or delete from a SqlInjectionMatchSet.UpdateSqlInjectionMatchSetRequest
UpdateSqlInjectionMatchSetRequest. withUpdates(Collection<SqlInjectionMatchSetUpdate> updates)
An array ofSqlInjectionMatchSetUpdate
objects that you want to insert into or delete from a SqlInjectionMatchSet.
-