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