| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static RegexMatchStatement.Builder |
RegexMatchStatement.builder() |
default RegexMatchStatement.Builder |
RegexMatchStatement.Builder.fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)
The part of the web request that you want WAF to inspect.
|
RegexMatchStatement.Builder |
RegexMatchStatement.Builder.fieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
RegexMatchStatement.Builder |
RegexMatchStatement.Builder.regexString(String regexString)
The string representing the regular expression.
|
RegexMatchStatement.Builder |
RegexMatchStatement.Builder.textTransformations(Collection<TextTransformation> textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass detection.
|
RegexMatchStatement.Builder |
RegexMatchStatement.Builder.textTransformations(Consumer<TextTransformation.Builder>... textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass detection.
|
RegexMatchStatement.Builder |
RegexMatchStatement.Builder.textTransformations(TextTransformation... textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass detection.
|
RegexMatchStatement.Builder |
RegexMatchStatement.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RegexMatchStatement.Builder> |
RegexMatchStatement.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Statement.Builder |
Statement.Builder.regexMatchStatement(Consumer<RegexMatchStatement.Builder> regexMatchStatement)
A rule statement used to search web request components for a match against a single regular expression.
|
Copyright © 2023. All rights reserved.