| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RegexPatternSetReferenceStatement |
RegexPatternSetReferenceStatement.clone() |
RegexPatternSetReferenceStatement |
Statement.getRegexPatternSetReferenceStatement()
A rule statement used to search web request components for matches with regular expressions.
|
RegexPatternSetReferenceStatement |
RegexPatternSetReferenceStatement.withARN(String aRN)
The Amazon Resource Name (ARN) of the RegexPatternSet that this statement references.
|
RegexPatternSetReferenceStatement |
RegexPatternSetReferenceStatement.withFieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
RegexPatternSetReferenceStatement |
RegexPatternSetReferenceStatement.withTextTransformations(Collection<TextTransformation> textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to
bypass detection.
|
RegexPatternSetReferenceStatement |
RegexPatternSetReferenceStatement.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.setRegexPatternSetReferenceStatement(RegexPatternSetReferenceStatement regexPatternSetReferenceStatement)
A rule statement used to search web request components for matches with regular expressions.
|
Statement |
Statement.withRegexPatternSetReferenceStatement(RegexPatternSetReferenceStatement regexPatternSetReferenceStatement)
A rule statement used to search web request components for matches with regular expressions.
|
Copyright © 2022. All rights reserved.