| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
RegexPatternSetUpdate |
RegexPatternSetUpdate.clone() |
RegexPatternSetUpdate |
RegexPatternSetUpdate.withAction(ChangeAction action)
Specifies whether to insert or delete a
RegexPatternString. |
RegexPatternSetUpdate |
RegexPatternSetUpdate.withAction(String action)
Specifies whether to insert or delete a
RegexPatternString. |
RegexPatternSetUpdate |
RegexPatternSetUpdate.withRegexPatternString(String regexPatternString)
Specifies the regular expression (regex) pattern that you want AWS WAF to search for, such as
B[a@]dB[o0]t. |
| Modifier and Type | Method and Description |
|---|---|
List<RegexPatternSetUpdate> |
UpdateRegexPatternSetRequest.getUpdates()
An array of
RegexPatternSetUpdate objects that you want to insert into or delete from a
RegexPatternSet. |
| Modifier and Type | Method and Description |
|---|---|
UpdateRegexPatternSetRequest |
UpdateRegexPatternSetRequest.withUpdates(RegexPatternSetUpdate... updates)
An array of
RegexPatternSetUpdate objects that you want to insert into or delete from a
RegexPatternSet. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRegexPatternSetRequest.setUpdates(Collection<RegexPatternSetUpdate> updates)
An array of
RegexPatternSetUpdate objects that you want to insert into or delete from a
RegexPatternSet. |
UpdateRegexPatternSetRequest |
UpdateRegexPatternSetRequest.withUpdates(Collection<RegexPatternSetUpdate> updates)
An array of
RegexPatternSetUpdate objects that you want to insert into or delete from a
RegexPatternSet. |
Copyright © 2022. All rights reserved.