Uses of Class
com.amazonaws.services.waf.model.XssMatchTuple
Packages that use XssMatchTuple
-
Uses of XssMatchTuple in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return XssMatchTupleModifier and TypeMethodDescriptionXssMatchTuple.clone()
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.withFieldToMatch
(FieldToMatch fieldToMatch) 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.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 XssMatchTupleModifier and TypeMethodDescriptionXssMatchSet.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 XssMatchTupleModifier and TypeMethodDescriptionvoid
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.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.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 XssMatchTupleModifier and TypeMethodDescriptionvoid
XssMatchSet.setXssMatchTuples
(Collection<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.