| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
RegexMatchTuple |
RegexMatchSetUpdate.regexMatchTuple()
Information about the part of a web request that you want AWS WAF to inspect and the identifier of the regular
expression (regex) pattern that you want AWS WAF to search for.
|
| Modifier and Type | Method and Description |
|---|---|
List<RegexMatchTuple> |
RegexMatchSet.regexMatchTuples()
Contains an array of RegexMatchTuple objects.
|
| Modifier and Type | Method and Description |
|---|---|
RegexMatchSetUpdate.Builder |
RegexMatchSetUpdate.Builder.regexMatchTuple(RegexMatchTuple regexMatchTuple)
Information about the part of a web request that you want AWS WAF to inspect and the identifier of the
regular expression (regex) pattern that you want AWS WAF to search for.
|
RegexMatchSet.Builder |
RegexMatchSet.Builder.regexMatchTuples(RegexMatchTuple... regexMatchTuples)
Contains an array of RegexMatchTuple objects.
|
| Modifier and Type | Method and Description |
|---|---|
RegexMatchSet.Builder |
RegexMatchSet.Builder.regexMatchTuples(Collection<RegexMatchTuple> regexMatchTuples)
Contains an array of RegexMatchTuple objects.
|
Copyright © 2023. All rights reserved.