Uses of Class
software.amazon.awssdk.services.waf.model.TextTransformation
-
Packages that use TextTransformation Package Description software.amazon.awssdk.services.waf.model -
-
Uses of TextTransformation in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return TextTransformation Modifier and Type Method Description static TextTransformationTextTransformation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TextTransformationByteMatchTuple. textTransformation()Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.TextTransformationRegexMatchTuple. textTransformation()Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.TextTransformationSizeConstraint. textTransformation()Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.TextTransformationSqlInjectionMatchTuple. textTransformation()Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.TextTransformationXssMatchTuple. textTransformation()Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.static TextTransformationTextTransformation. valueOf(String name)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 software.amazon.awssdk.services.waf.model that return types with arguments of type TextTransformation Modifier and Type Method Description static Set<TextTransformation>TextTransformation. knownValues()Methods in software.amazon.awssdk.services.waf.model with parameters of type TextTransformation Modifier and Type Method Description ByteMatchTuple.BuilderByteMatchTuple.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.RegexMatchTuple.BuilderRegexMatchTuple.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.SizeConstraint.BuilderSizeConstraint.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.SqlInjectionMatchTuple.BuilderSqlInjectionMatchTuple.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.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.
-