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 XssMatchTuple
XssMatchTuple. clone()
XssMatchTuple
XssMatchSetUpdate. 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.XssMatchTuple
XssMatchTuple. withFieldToMatch(FieldToMatch fieldToMatch)
XssMatchTuple
XssMatchTuple. withTextTransformation(TextTransformation textTransformation)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.XssMatchTuple
XssMatchTuple. 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 void
XssMatchSetUpdate. 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.XssMatchSetUpdate
XssMatchSetUpdate. 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.XssMatchSet
XssMatchSet. 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 void
XssMatchSet. setXssMatchTuples(Collection<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.
-