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