Package | Description |
---|---|
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
XssMatchSet |
XssMatchSet.clone() |
XssMatchSet |
CreateXssMatchSetResult.getXssMatchSet()
An XssMatchSet.
|
XssMatchSet |
GetXssMatchSetResult.getXssMatchSet()
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. |
XssMatchSet |
XssMatchSet.withName(String name)
The name, if any, of the
XssMatchSet . |
XssMatchSet |
XssMatchSet.withXssMatchSetId(String xssMatchSetId)
A unique identifier for an
XssMatchSet . |
XssMatchSet |
XssMatchSet.withXssMatchTuples(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 |
CreateXssMatchSetResult.setXssMatchSet(XssMatchSet xssMatchSet)
An XssMatchSet.
|
void |
GetXssMatchSetResult.setXssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. |
CreateXssMatchSetResult |
CreateXssMatchSetResult.withXssMatchSet(XssMatchSet xssMatchSet)
An XssMatchSet.
|
GetXssMatchSetResult |
GetXssMatchSetResult.withXssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. |
Copyright © 2018. All rights reserved.