| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Regex |
Regex.clone() |
Regex |
Regex.withRegexString(String regexString)
The string representing the regular expression.
|
| Modifier and Type | Method and Description |
|---|---|
List<Regex> |
CreateRegexPatternSetRequest.getRegularExpressionList()
Array of regular expression strings.
|
List<Regex> |
UpdateRegexPatternSetRequest.getRegularExpressionList()
|
List<Regex> |
RegexPatternSet.getRegularExpressionList()
The regular expression patterns in the set.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRegexPatternSetRequest |
CreateRegexPatternSetRequest.withRegularExpressionList(Regex... regularExpressionList)
Array of regular expression strings.
|
UpdateRegexPatternSetRequest |
UpdateRegexPatternSetRequest.withRegularExpressionList(Regex... regularExpressionList)
|
RegexPatternSet |
RegexPatternSet.withRegularExpressionList(Regex... regularExpressionList)
The regular expression patterns in the set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateRegexPatternSetRequest.setRegularExpressionList(Collection<Regex> regularExpressionList)
Array of regular expression strings.
|
void |
UpdateRegexPatternSetRequest.setRegularExpressionList(Collection<Regex> regularExpressionList)
|
void |
RegexPatternSet.setRegularExpressionList(Collection<Regex> regularExpressionList)
The regular expression patterns in the set.
|
CreateRegexPatternSetRequest |
CreateRegexPatternSetRequest.withRegularExpressionList(Collection<Regex> regularExpressionList)
Array of regular expression strings.
|
UpdateRegexPatternSetRequest |
UpdateRegexPatternSetRequest.withRegularExpressionList(Collection<Regex> regularExpressionList)
|
RegexPatternSet |
RegexPatternSet.withRegularExpressionList(Collection<Regex> regularExpressionList)
The regular expression patterns in the set.
|
Copyright © 2022. All rights reserved.