| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RegexPatternSetSummary |
RegexPatternSetSummary.clone() |
RegexPatternSetSummary |
CreateRegexPatternSetResult.getSummary()
High-level information about a RegexPatternSet, returned by operations like create and list.
|
RegexPatternSetSummary |
RegexPatternSetSummary.withARN(String aRN)
The Amazon Resource Name (ARN) of the entity.
|
RegexPatternSetSummary |
RegexPatternSetSummary.withDescription(String description)
A friendly description of the set.
|
RegexPatternSetSummary |
RegexPatternSetSummary.withId(String id)
A unique identifier for the set.
|
RegexPatternSetSummary |
RegexPatternSetSummary.withLockToken(String lockToken)
A token used for optimistic locking.
|
RegexPatternSetSummary |
RegexPatternSetSummary.withName(String name)
A friendly name of the data type instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<RegexPatternSetSummary> |
ListRegexPatternSetsResult.getRegexPatternSets()
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateRegexPatternSetResult.setSummary(RegexPatternSetSummary summary)
High-level information about a RegexPatternSet, returned by operations like create and list.
|
ListRegexPatternSetsResult |
ListRegexPatternSetsResult.withRegexPatternSets(RegexPatternSetSummary... regexPatternSets)
|
CreateRegexPatternSetResult |
CreateRegexPatternSetResult.withSummary(RegexPatternSetSummary summary)
High-level information about a RegexPatternSet, returned by operations like create and list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRegexPatternSetsResult.setRegexPatternSets(Collection<RegexPatternSetSummary> regexPatternSets)
|
ListRegexPatternSetsResult |
ListRegexPatternSetsResult.withRegexPatternSets(Collection<RegexPatternSetSummary> regexPatternSets)
|
Copyright © 2020. All rights reserved.