Uses of Class
com.amazonaws.services.waf.model.XssMatchSet
-
Packages that use XssMatchSet Package Description com.amazonaws.services.waf.model -
-
Uses of XssMatchSet in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return XssMatchSet Modifier and Type Method Description XssMatchSet
XssMatchSet. clone()
XssMatchSet
CreateXssMatchSetResult. getXssMatchSet()
An XssMatchSet.XssMatchSet
GetXssMatchSetResult. getXssMatchSet()
Information about the XssMatchSet that you specified in theGetXssMatchSet
request.XssMatchSet
XssMatchSet. withName(String name)
The name, if any, of theXssMatchSet
.XssMatchSet
XssMatchSet. withXssMatchSetId(String xssMatchSetId)
A unique identifier for anXssMatchSet
.XssMatchSet
XssMatchSet. withXssMatchTuples(XssMatchTuple... xssMatchTuples)
Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.XssMatchSet
XssMatchSet. withXssMatchTuples(Collection<XssMatchTuple> xssMatchTuples)
Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.Methods in com.amazonaws.services.waf.model with parameters of type XssMatchSet Modifier and Type Method Description void
CreateXssMatchSetResult. setXssMatchSet(XssMatchSet xssMatchSet)
An XssMatchSet.void
GetXssMatchSetResult. setXssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in theGetXssMatchSet
request.CreateXssMatchSetResult
CreateXssMatchSetResult. withXssMatchSet(XssMatchSet xssMatchSet)
An XssMatchSet.GetXssMatchSetResult
GetXssMatchSetResult. withXssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in theGetXssMatchSet
request.
-