| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static RegexMatchTuple.Builder |
RegexMatchTuple.builder() |
default RegexMatchTuple.Builder |
RegexMatchTuple.Builder.fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)
Specifies where in a web request to look for the
RegexPatternSet. |
RegexMatchTuple.Builder |
RegexMatchTuple.Builder.fieldToMatch(FieldToMatch fieldToMatch)
Specifies where in a web request to look for the
RegexPatternSet. |
RegexMatchTuple.Builder |
RegexMatchTuple.Builder.regexPatternSetId(String regexPatternSetId)
The
RegexPatternSetId for a RegexPatternSet. |
RegexMatchTuple.Builder |
RegexMatchTuple.Builder.textTransformation(String textTransformation)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass AWS WAF.
|
RegexMatchTuple.Builder |
RegexMatchTuple.Builder.textTransformation(TextTransformation textTransformation)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass AWS WAF.
|
RegexMatchTuple.Builder |
RegexMatchTuple.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RegexMatchTuple.Builder> |
RegexMatchTuple.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RegexMatchSetUpdate.Builder |
RegexMatchSetUpdate.Builder.regexMatchTuple(Consumer<RegexMatchTuple.Builder> 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.
|
Copyright © 2023. All rights reserved.