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