| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
List<SqlInjectionMatchSetUpdate> |
UpdateSqlInjectionMatchSetRequest.updates()
An array of
SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a
SqlInjectionMatchSet. |
| Modifier and Type | Method and Description |
|---|---|
UpdateSqlInjectionMatchSetRequest.Builder |
UpdateSqlInjectionMatchSetRequest.Builder.updates(SqlInjectionMatchSetUpdate... updates)
An array of
SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a
SqlInjectionMatchSet. |
| Modifier and Type | Method and Description |
|---|---|
UpdateSqlInjectionMatchSetRequest.Builder |
UpdateSqlInjectionMatchSetRequest.Builder.updates(Collection<SqlInjectionMatchSetUpdate> updates)
An array of
SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a
SqlInjectionMatchSet. |
Copyright © 2023. All rights reserved.