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 XssMatchSetXssMatchSet. clone()XssMatchSetCreateXssMatchSetResult. getXssMatchSet()An XssMatchSet.XssMatchSetGetXssMatchSetResult. getXssMatchSet()Information about the XssMatchSet that you specified in theGetXssMatchSetrequest.XssMatchSetXssMatchSet. withName(String name)The name, if any, of theXssMatchSet.XssMatchSetXssMatchSet. withXssMatchSetId(String xssMatchSetId)A unique identifier for anXssMatchSet.XssMatchSetXssMatchSet. withXssMatchTuples(XssMatchTuple... xssMatchTuples)Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.XssMatchSetXssMatchSet. 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 voidCreateXssMatchSetResult. setXssMatchSet(XssMatchSet xssMatchSet)An XssMatchSet.voidGetXssMatchSetResult. setXssMatchSet(XssMatchSet xssMatchSet)Information about the XssMatchSet that you specified in theGetXssMatchSetrequest.CreateXssMatchSetResultCreateXssMatchSetResult. withXssMatchSet(XssMatchSet xssMatchSet)An XssMatchSet.GetXssMatchSetResultGetXssMatchSetResult. withXssMatchSet(XssMatchSet xssMatchSet)Information about the XssMatchSet that you specified in theGetXssMatchSetrequest.
-