Uses of Class
com.amazonaws.services.waf.model.SqlInjectionMatchSetUpdate
Packages that use SqlInjectionMatchSetUpdate
-
Uses of SqlInjectionMatchSetUpdate in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return SqlInjectionMatchSetUpdateModifier and TypeMethodDescriptionSqlInjectionMatchSetUpdate.clone()
SqlInjectionMatchSetUpdate.withAction
(ChangeAction action) SqlInjectionMatchSetUpdate.withAction
(String action) 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 SqlInjectionMatchSetUpdateModifier and TypeMethodDescriptionUpdateSqlInjectionMatchSetRequest.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 SqlInjectionMatchSetUpdateModifier and TypeMethodDescriptionUpdateSqlInjectionMatchSetRequest.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 SqlInjectionMatchSetUpdateModifier and TypeMethodDescriptionvoid
UpdateSqlInjectionMatchSetRequest.setUpdates
(Collection<SqlInjectionMatchSetUpdate> updates) An array ofSqlInjectionMatchSetUpdate
objects that you want to insert into or delete from a SqlInjectionMatchSet.UpdateSqlInjectionMatchSetRequest.withUpdates
(Collection<SqlInjectionMatchSetUpdate> updates) An array ofSqlInjectionMatchSetUpdate
objects that you want to insert into or delete from a SqlInjectionMatchSet.