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 SqlInjectionMatchSetUpdateSqlInjectionMatchSetUpdate. clone()SqlInjectionMatchSetUpdateSqlInjectionMatchSetUpdate. withAction(ChangeAction action)SqlInjectionMatchSetUpdateSqlInjectionMatchSetUpdate. withAction(String action)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.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 ofSqlInjectionMatchSetUpdateobjects 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 UpdateSqlInjectionMatchSetRequestUpdateSqlInjectionMatchSetRequest. withUpdates(SqlInjectionMatchSetUpdate... updates)An array ofSqlInjectionMatchSetUpdateobjects 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 voidUpdateSqlInjectionMatchSetRequest. setUpdates(Collection<SqlInjectionMatchSetUpdate> updates)An array ofSqlInjectionMatchSetUpdateobjects that you want to insert into or delete from a SqlInjectionMatchSet.UpdateSqlInjectionMatchSetRequestUpdateSqlInjectionMatchSetRequest. withUpdates(Collection<SqlInjectionMatchSetUpdate> updates)An array ofSqlInjectionMatchSetUpdateobjects that you want to insert into or delete from a SqlInjectionMatchSet.
-