| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
XssMatchSetUpdate |
XssMatchSetUpdate.clone() |
XssMatchSetUpdate |
XssMatchSetUpdate.withAction(ChangeAction action)
|
XssMatchSetUpdate |
XssMatchSetUpdate.withAction(String action)
|
XssMatchSetUpdate |
XssMatchSetUpdate.withXssMatchTuple(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 |
|---|---|
List<XssMatchSetUpdate> |
UpdateXssMatchSetRequest.getUpdates()
An array of
XssMatchSetUpdate objects that you want to insert into or delete from an
XssMatchSet. |
| Modifier and Type | Method and Description |
|---|---|
UpdateXssMatchSetRequest |
UpdateXssMatchSetRequest.withUpdates(XssMatchSetUpdate... updates)
An array of
XssMatchSetUpdate objects that you want to insert into or delete from an
XssMatchSet. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateXssMatchSetRequest.setUpdates(Collection<XssMatchSetUpdate> updates)
An array of
XssMatchSetUpdate objects that you want to insert into or delete from an
XssMatchSet. |
UpdateXssMatchSetRequest |
UpdateXssMatchSetRequest.withUpdates(Collection<XssMatchSetUpdate> updates)
An array of
XssMatchSetUpdate objects that you want to insert into or delete from an
XssMatchSet. |
Copyright © 2019. All rights reserved.