| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static XssMatchTuple.Builder |
XssMatchTuple.builder() |
default XssMatchTuple.Builder |
XssMatchTuple.Builder.fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)
Specifies where in a web request to look for cross-site scripting attacks.
|
XssMatchTuple.Builder |
XssMatchTuple.Builder.fieldToMatch(FieldToMatch fieldToMatch)
Specifies where in a web request to look for cross-site scripting attacks.
|
XssMatchTuple.Builder |
XssMatchTuple.Builder.textTransformation(String textTransformation)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass AWS WAF.
|
XssMatchTuple.Builder |
XssMatchTuple.Builder.textTransformation(TextTransformation textTransformation)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass AWS WAF.
|
XssMatchTuple.Builder |
XssMatchTuple.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends XssMatchTuple.Builder> |
XssMatchTuple.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default XssMatchSetUpdate.Builder |
XssMatchSetUpdate.Builder.xssMatchTuple(Consumer<XssMatchTuple.Builder> xssMatchTuple)
Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if
you want AWS WAF to inspect a header, the name of the header.
|
Copyright © 2023. All rights reserved.