| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static XssMatchStatement.Builder |
XssMatchStatement.builder() |
default XssMatchStatement.Builder |
XssMatchStatement.Builder.fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)
The part of the web request that you want WAF to inspect.
|
XssMatchStatement.Builder |
XssMatchStatement.Builder.fieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
XssMatchStatement.Builder |
XssMatchStatement.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.
|
XssMatchStatement.Builder |
XssMatchStatement.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.
|
XssMatchStatement.Builder |
XssMatchStatement.Builder.textTransformations(TextTransformation... textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass detection.
|
XssMatchStatement.Builder |
XssMatchStatement.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends XssMatchStatement.Builder> |
XssMatchStatement.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Statement.Builder |
Statement.Builder.xssMatchStatement(Consumer<XssMatchStatement.Builder> xssMatchStatement)
A rule statement that inspects for cross-site scripting (XSS) attacks.
|
Copyright © 2023. All rights reserved.