| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
XssMatchTuple |
XssMatchSetUpdate.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<XssMatchTuple> |
XssMatchSet.xssMatchTuples()
Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.
|
| Modifier and Type | Method and Description |
|---|---|
XssMatchSetUpdate.Builder |
XssMatchSetUpdate.Builder.xssMatchTuple(XssMatchTuple 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.
|
XssMatchSet.Builder |
XssMatchSet.Builder.xssMatchTuples(XssMatchTuple... xssMatchTuples)
Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.
|
| Modifier and Type | Method and Description |
|---|---|
XssMatchSet.Builder |
XssMatchSet.Builder.xssMatchTuples(Collection<XssMatchTuple> xssMatchTuples)
Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.
|
Copyright © 2023. All rights reserved.