Uses of Interface
software.amazon.awssdk.services.waf.model.XssMatchTuple.Builder
-
Packages that use XssMatchTuple.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of XssMatchTuple.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return XssMatchTuple.Builder Modifier and Type Method Description static XssMatchTuple.BuilderXssMatchTuple. builder()default XssMatchTuple.BuilderXssMatchTuple.Builder. fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)Specifies where in a web request to look for cross-site scripting attacks.XssMatchTuple.BuilderXssMatchTuple.Builder. fieldToMatch(FieldToMatch fieldToMatch)Specifies where in a web request to look for cross-site scripting attacks.XssMatchTuple.BuilderXssMatchTuple.Builder. textTransformation(String textTransformation)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.XssMatchTuple.BuilderXssMatchTuple.Builder. textTransformation(TextTransformation textTransformation)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.XssMatchTuple.BuilderXssMatchTuple. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type XssMatchTuple.Builder Modifier and Type Method Description static Class<? extends XssMatchTuple.Builder>XssMatchTuple. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type XssMatchTuple.Builder Modifier and Type Method Description default XssMatchSetUpdate.BuilderXssMatchSetUpdate.Builder. xssMatchTuple(Consumer<XssMatchTuple.Builder> 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.
-