Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private XssMatchSet |
GetXssMatchSetResult.xssMatchSet
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. |
private XssMatchSet |
CreateXssMatchSetResult.xssMatchSet
An XssMatchSet.
|
Modifier and Type | Method and Description |
---|---|
XssMatchSet |
XssMatchSet.clone() |
XssMatchSet |
GetXssMatchSetResult.getXssMatchSet()
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. |
XssMatchSet |
CreateXssMatchSetResult.getXssMatchSet()
An XssMatchSet.
|
XssMatchSet |
XssMatchSet.withName(java.lang.String name)
The name, if any, of the
XssMatchSet . |
XssMatchSet |
XssMatchSet.withXssMatchSetId(java.lang.String xssMatchSetId)
A unique identifier for an
XssMatchSet . |
XssMatchSet |
XssMatchSet.withXssMatchTuples(java.util.Collection<XssMatchTuple> xssMatchTuples)
Specifies the parts of web requests that you want to inspect for
cross-site scripting attacks.
|
XssMatchSet |
XssMatchSet.withXssMatchTuples(XssMatchTuple... xssMatchTuples)
Specifies the parts of web requests that you want to inspect for
cross-site scripting attacks.
|
Modifier and Type | Method and Description |
---|---|
void |
GetXssMatchSetResult.setXssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. |
void |
CreateXssMatchSetResult.setXssMatchSet(XssMatchSet xssMatchSet)
An XssMatchSet.
|
GetXssMatchSetResult |
GetXssMatchSetResult.withXssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. |
CreateXssMatchSetResult |
CreateXssMatchSetResult.withXssMatchSet(XssMatchSet xssMatchSet)
An XssMatchSet.
|
Modifier and Type | Method and Description |
---|---|
XssMatchSet |
XssMatchSetJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
XssMatchSetJsonMarshaller.marshall(XssMatchSet xssMatchSet,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|