Uses of Class
software.amazon.awssdk.services.waf.model.XssMatchTuple
-
Packages that use XssMatchTuple Package Description software.amazon.awssdk.services.waf.model -
-
Uses of XssMatchTuple in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return XssMatchTuple Modifier and Type Method Description XssMatchTupleXssMatchSetUpdate. 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.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type XssMatchTuple Modifier and Type Method Description List<XssMatchTuple>XssMatchSet. xssMatchTuples()Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.Methods in software.amazon.awssdk.services.waf.model with parameters of type XssMatchTuple Modifier and Type Method Description XssMatchSetUpdate.BuilderXssMatchSetUpdate.Builder. xssMatchTuple(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.BuilderXssMatchSet.Builder. xssMatchTuples(XssMatchTuple... xssMatchTuples)Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type XssMatchTuple Modifier and Type Method Description XssMatchSet.BuilderXssMatchSet.Builder. xssMatchTuples(Collection<XssMatchTuple> xssMatchTuples)Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.
-