Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<XssMatchSetUpdate> |
UpdateXssMatchSetRequest.updates
An array of
XssMatchSetUpdate objects that you want to
insert into or delete from a XssMatchSet. |
Modifier and Type | Method and Description |
---|---|
XssMatchSetUpdate |
XssMatchSetUpdate.clone() |
XssMatchSetUpdate |
XssMatchSetUpdate.withAction(ChangeAction action)
|
XssMatchSetUpdate |
XssMatchSetUpdate.withAction(java.lang.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 |
---|---|
java.util.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(java.util.Collection<XssMatchSetUpdate> updates)
An array of
XssMatchSetUpdate objects that you want to
insert into or delete from a XssMatchSet. |
UpdateXssMatchSetRequest |
UpdateXssMatchSetRequest.withUpdates(java.util.Collection<XssMatchSetUpdate> updates)
An array of
XssMatchSetUpdate objects that you want to
insert into or delete from a XssMatchSet. |
Modifier and Type | Method and Description |
---|---|
XssMatchSetUpdate |
XssMatchSetUpdateJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
XssMatchSetUpdateJsonMarshaller.marshall(XssMatchSetUpdate xssMatchSetUpdate,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|