| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
RegexMatchSet |
RegexMatchSet.clone() |
RegexMatchSet |
GetRegexMatchSetResult.getRegexMatchSet()
Information about the RegexMatchSet that you specified in the
GetRegexMatchSet request. |
RegexMatchSet |
CreateRegexMatchSetResult.getRegexMatchSet()
A RegexMatchSet that contains no
RegexMatchTuple objects. |
RegexMatchSet |
RegexMatchSet.withName(String name)
A friendly name or description of the RegexMatchSet.
|
RegexMatchSet |
RegexMatchSet.withRegexMatchSetId(String regexMatchSetId)
The
RegexMatchSetId for a RegexMatchSet. |
RegexMatchSet |
RegexMatchSet.withRegexMatchTuples(Collection<RegexMatchTuple> regexMatchTuples)
Contains an array of RegexMatchTuple objects.
|
RegexMatchSet |
RegexMatchSet.withRegexMatchTuples(RegexMatchTuple... regexMatchTuples)
Contains an array of RegexMatchTuple objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRegexMatchSetResult.setRegexMatchSet(RegexMatchSet regexMatchSet)
Information about the RegexMatchSet that you specified in the
GetRegexMatchSet request. |
void |
CreateRegexMatchSetResult.setRegexMatchSet(RegexMatchSet regexMatchSet)
A RegexMatchSet that contains no
RegexMatchTuple objects. |
GetRegexMatchSetResult |
GetRegexMatchSetResult.withRegexMatchSet(RegexMatchSet regexMatchSet)
Information about the RegexMatchSet that you specified in the
GetRegexMatchSet request. |
CreateRegexMatchSetResult |
CreateRegexMatchSetResult.withRegexMatchSet(RegexMatchSet regexMatchSet)
A RegexMatchSet that contains no
RegexMatchTuple objects. |
Copyright © 2023. All rights reserved.