| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RegexPatternSetReferenceStatement.Builder |
RegexPatternSetReferenceStatement.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the RegexPatternSet that this statement references.
|
static RegexPatternSetReferenceStatement.Builder |
RegexPatternSetReferenceStatement.builder() |
default RegexPatternSetReferenceStatement.Builder |
RegexPatternSetReferenceStatement.Builder.fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)
The part of the web request that you want WAF to inspect.
|
RegexPatternSetReferenceStatement.Builder |
RegexPatternSetReferenceStatement.Builder.fieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
RegexPatternSetReferenceStatement.Builder |
RegexPatternSetReferenceStatement.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.
|
RegexPatternSetReferenceStatement.Builder |
RegexPatternSetReferenceStatement.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.
|
RegexPatternSetReferenceStatement.Builder |
RegexPatternSetReferenceStatement.Builder.textTransformations(TextTransformation... textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass detection.
|
RegexPatternSetReferenceStatement.Builder |
RegexPatternSetReferenceStatement.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RegexPatternSetReferenceStatement.Builder> |
RegexPatternSetReferenceStatement.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Statement.Builder |
Statement.Builder.regexPatternSetReferenceStatement(Consumer<RegexPatternSetReferenceStatement.Builder> regexPatternSetReferenceStatement)
A rule statement used to search web request components for matches with regular expressions.
|
Copyright © 2023. All rights reserved.