Uses of Enum
com.amazonaws.services.waf.model.TextTransformation
Packages that use TextTransformation
-
Uses of TextTransformation in com.amazonaws.services.waf.model
Subclasses with type arguments of type TextTransformation in com.amazonaws.services.waf.modelMethods in com.amazonaws.services.waf.model that return TextTransformationModifier and TypeMethodDescriptionstatic TextTransformationUse this in place of valueOf.static TextTransformationReturns 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 TypeMethodDescriptionvoidByteMatchTuple.setTextTransformation(TextTransformation textTransformation) Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.voidSizeConstraint.setTextTransformation(TextTransformation textTransformation) Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.voidSqlInjectionMatchTuple.setTextTransformation(TextTransformation textTransformation) Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.voidXssMatchTuple.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.