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 a 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 a 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 a XssMatchSet. |
UpdateXssMatchSetRequest |
UpdateXssMatchSetRequest.withUpdates(Collection<XssMatchSetUpdate> updates)
An array of
XssMatchSetUpdate objects that you want to
insert into or delete from a XssMatchSet. |
Copyright © 2018. All rights reserved.