Uses of Class
com.amazonaws.services.waf.model.XssMatchTuple
-
Packages that use XssMatchTuple Package Description com.amazonaws.services.waf.model -
-
Uses of XssMatchTuple in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return XssMatchTuple Modifier and Type Method Description XssMatchTupleXssMatchTuple. clone()XssMatchTupleXssMatchSetUpdate. getXssMatchTuple()Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.XssMatchTupleXssMatchTuple. withFieldToMatch(FieldToMatch fieldToMatch)XssMatchTupleXssMatchTuple. withTextTransformation(TextTransformation textTransformation)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.XssMatchTupleXssMatchTuple. withTextTransformation(String textTransformation)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.Methods in com.amazonaws.services.waf.model that return types with arguments of type XssMatchTuple Modifier and Type Method Description List<XssMatchTuple>XssMatchSet. getXssMatchTuples()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 XssMatchTuple Modifier and Type Method Description voidXssMatchSetUpdate. setXssMatchTuple(XssMatchTuple xssMatchTuple)Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.XssMatchSetUpdateXssMatchSetUpdate. withXssMatchTuple(XssMatchTuple xssMatchTuple)Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.XssMatchSetXssMatchSet. withXssMatchTuples(XssMatchTuple... xssMatchTuples)Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.Method parameters in com.amazonaws.services.waf.model with type arguments of type XssMatchTuple Modifier and Type Method Description voidXssMatchSet. setXssMatchTuples(Collection<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.
-