| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RegexMatchStatement |
RegexMatchStatement.clone() |
RegexMatchStatement |
Statement.getRegexMatchStatement()
A rule statement used to search web request components for a match against a single regular expression.
|
RegexMatchStatement |
RegexMatchStatement.withFieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
RegexMatchStatement |
RegexMatchStatement.withRegexString(String regexString)
The string representing the regular expression.
|
RegexMatchStatement |
RegexMatchStatement.withTextTransformations(Collection<TextTransformation> textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to
bypass detection.
|
RegexMatchStatement |
RegexMatchStatement.withTextTransformations(TextTransformation... textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to
bypass detection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Statement.setRegexMatchStatement(RegexMatchStatement regexMatchStatement)
A rule statement used to search web request components for a match against a single regular expression.
|
Statement |
Statement.withRegexMatchStatement(RegexMatchStatement regexMatchStatement)
A rule statement used to search web request components for a match against a single regular expression.
|
Copyright © 2024. All rights reserved.