| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
XssMatchSetUpdate.Builder |
XssMatchSetUpdate.Builder.action(ChangeAction action)
|
XssMatchSetUpdate.Builder |
XssMatchSetUpdate.Builder.action(String action)
|
static XssMatchSetUpdate.Builder |
XssMatchSetUpdate.builder() |
XssMatchSetUpdate.Builder |
XssMatchSetUpdate.toBuilder() |
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends XssMatchSetUpdate.Builder> |
XssMatchSetUpdate.serializableBuilderClass() |
Copyright © 2023. All rights reserved.