Uses of Class
software.amazon.awssdk.services.waf.model.SqlInjectionMatchSetUpdate
-
Packages that use SqlInjectionMatchSetUpdate Package Description software.amazon.awssdk.services.waf.model -
-
Uses of SqlInjectionMatchSetUpdate in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type SqlInjectionMatchSetUpdate Modifier and Type Method Description List<SqlInjectionMatchSetUpdate>UpdateSqlInjectionMatchSetRequest. updates()An array ofSqlInjectionMatchSetUpdateobjects that you want to insert into or delete from a SqlInjectionMatchSet.Methods in software.amazon.awssdk.services.waf.model with parameters of type SqlInjectionMatchSetUpdate Modifier and Type Method Description UpdateSqlInjectionMatchSetRequest.BuilderUpdateSqlInjectionMatchSetRequest.Builder. updates(SqlInjectionMatchSetUpdate... updates)An array ofSqlInjectionMatchSetUpdateobjects that you want to insert into or delete from a SqlInjectionMatchSet.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type SqlInjectionMatchSetUpdate Modifier and Type Method Description UpdateSqlInjectionMatchSetRequest.BuilderUpdateSqlInjectionMatchSetRequest.Builder. updates(Collection<SqlInjectionMatchSetUpdate> updates)An array ofSqlInjectionMatchSetUpdateobjects that you want to insert into or delete from a SqlInjectionMatchSet.
-