Uses of Enum
com.amazonaws.services.waf.model.TextTransformation
Packages that use TextTransformation
-
Uses of TextTransformation in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return TextTransformationModifier and TypeMethodDescriptionstatic TextTransformation
Use this in place of valueOf.static TextTransformation
Returns the enum constant of this type with the specified name.static TextTransformation[]
TextTransformation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.waf.model with parameters of type TextTransformationModifier and TypeMethodDescriptionvoid
ByteMatchTuple.setTextTransformation
(TextTransformation textTransformation) Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.void
SizeConstraint.setTextTransformation
(TextTransformation textTransformation) Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.void
SqlInjectionMatchTuple.setTextTransformation
(TextTransformation textTransformation) Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.void
XssMatchTuple.setTextTransformation
(TextTransformation textTransformation) Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.ByteMatchTuple.withTextTransformation
(TextTransformation textTransformation) Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.SizeConstraint.withTextTransformation
(TextTransformation textTransformation) Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.SqlInjectionMatchTuple.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
(TextTransformation textTransformation) Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.