Uses of Class
com.amazonaws.services.waf.model.XssMatchSet
Packages that use XssMatchSet
-
Uses of XssMatchSet in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return XssMatchSetModifier and TypeMethodDescriptionXssMatchSet.clone()
CreateXssMatchSetResult.getXssMatchSet()
An XssMatchSet.GetXssMatchSetResult.getXssMatchSet()
Information about the XssMatchSet that you specified in theGetXssMatchSet
request.The name, if any, of theXssMatchSet
.XssMatchSet.withXssMatchSetId
(String xssMatchSetId) A unique identifier for anXssMatchSet
.XssMatchSet.withXssMatchTuples
(XssMatchTuple... xssMatchTuples) Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.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 XssMatchSetModifier and TypeMethodDescriptionvoid
CreateXssMatchSetResult.setXssMatchSet
(XssMatchSet xssMatchSet) An XssMatchSet.void
GetXssMatchSetResult.setXssMatchSet
(XssMatchSet xssMatchSet) Information about the XssMatchSet that you specified in theGetXssMatchSet
request.CreateXssMatchSetResult.withXssMatchSet
(XssMatchSet xssMatchSet) An XssMatchSet.GetXssMatchSetResult.withXssMatchSet
(XssMatchSet xssMatchSet) Information about the XssMatchSet that you specified in theGetXssMatchSet
request.