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 theGetXssMatchSetrequest.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 TypeMethodDescriptionvoidCreateXssMatchSetResult.setXssMatchSet(XssMatchSet xssMatchSet) An XssMatchSet.voidGetXssMatchSetResult.setXssMatchSet(XssMatchSet xssMatchSet) Information about the XssMatchSet that you specified in theGetXssMatchSetrequest.CreateXssMatchSetResult.withXssMatchSet(XssMatchSet xssMatchSet) An XssMatchSet.GetXssMatchSetResult.withXssMatchSet(XssMatchSet xssMatchSet) Information about the XssMatchSet that you specified in theGetXssMatchSetrequest.