| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RegexPatternSet |
RegexPatternSet.clone() |
RegexPatternSet |
GetRegexPatternSetResult.getRegexPatternSet()
|
RegexPatternSet |
RegexPatternSet.withARN(String aRN)
The Amazon Resource Name (ARN) of the entity.
|
RegexPatternSet |
RegexPatternSet.withDescription(String description)
A description of the set that helps with identification.
|
RegexPatternSet |
RegexPatternSet.withId(String id)
A unique identifier for the set.
|
RegexPatternSet |
RegexPatternSet.withName(String name)
The name of the set.
|
RegexPatternSet |
RegexPatternSet.withRegularExpressionList(Collection<Regex> regularExpressionList)
The regular expression patterns in the set.
|
RegexPatternSet |
RegexPatternSet.withRegularExpressionList(Regex... regularExpressionList)
The regular expression patterns in the set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRegexPatternSetResult.setRegexPatternSet(RegexPatternSet regexPatternSet)
|
GetRegexPatternSetResult |
GetRegexPatternSetResult.withRegexPatternSet(RegexPatternSet regexPatternSet)
|
Copyright © 2020. All rights reserved.