| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
XssMatchStatement |
XssMatchStatement.clone() |
XssMatchStatement |
Statement.getXssMatchStatement()
A rule statement that defines a cross-site scripting (XSS) match search for AWS WAF to apply to web requests.
|
XssMatchStatement |
XssMatchStatement.withFieldToMatch(FieldToMatch fieldToMatch)
The part of a web request that you want AWS WAF to inspect.
|
XssMatchStatement |
XssMatchStatement.withTextTransformations(Collection<TextTransformation> textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to
bypass detection.
|
XssMatchStatement |
XssMatchStatement.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.setXssMatchStatement(XssMatchStatement xssMatchStatement)
A rule statement that defines a cross-site scripting (XSS) match search for AWS WAF to apply to web requests.
|
Statement |
Statement.withXssMatchStatement(XssMatchStatement xssMatchStatement)
A rule statement that defines a cross-site scripting (XSS) match search for AWS WAF to apply to web requests.
|
Copyright © 2020. All rights reserved.