| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
RegexPatternSet |
RegexPatternSet.clone() |
RegexPatternSet |
GetRegexPatternSetResult.getRegexPatternSet()
Information about the RegexPatternSet that you specified in the
GetRegexPatternSet request,
including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for. |
RegexPatternSet |
CreateRegexPatternSetResult.getRegexPatternSet()
A RegexPatternSet that contains no objects.
|
RegexPatternSet |
RegexPatternSet.withName(String name)
A friendly name or description of the RegexPatternSet.
|
RegexPatternSet |
RegexPatternSet.withRegexPatternSetId(String regexPatternSetId)
The identifier for the
RegexPatternSet. |
RegexPatternSet |
RegexPatternSet.withRegexPatternStrings(Collection<String> regexPatternStrings)
Specifies the regular expression (regex) patterns that you want AWS WAF to search for, such as
B[a@]dB[o0]t. |
RegexPatternSet |
RegexPatternSet.withRegexPatternStrings(String... regexPatternStrings)
Specifies the regular expression (regex) patterns that you want AWS WAF to search for, such as
B[a@]dB[o0]t. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetRegexPatternSetResult.setRegexPatternSet(RegexPatternSet regexPatternSet)
Information about the RegexPatternSet that you specified in the
GetRegexPatternSet request,
including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for. |
void |
CreateRegexPatternSetResult.setRegexPatternSet(RegexPatternSet regexPatternSet)
A RegexPatternSet that contains no objects.
|
GetRegexPatternSetResult |
GetRegexPatternSetResult.withRegexPatternSet(RegexPatternSet regexPatternSet)
Information about the RegexPatternSet that you specified in the
GetRegexPatternSet request,
including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for. |
CreateRegexPatternSetResult |
CreateRegexPatternSetResult.withRegexPatternSet(RegexPatternSet regexPatternSet)
A RegexPatternSet that contains no objects.
|
Copyright © 2022. All rights reserved.