Uses of Class
software.amazon.awssdk.services.wafv2.model.TextTransformation
-
Packages that use TextTransformation Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of TextTransformation in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type TextTransformation Modifier and Type Method Description List<TextTransformation>ByteMatchStatement. textTransformations()Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.List<TextTransformation>RateLimitCookie. textTransformations()Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.List<TextTransformation>RateLimitHeader. textTransformations()Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.List<TextTransformation>RateLimitQueryArgument. textTransformations()Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.List<TextTransformation>RateLimitQueryString. textTransformations()Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.List<TextTransformation>RateLimitUriPath. textTransformations()Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.List<TextTransformation>RegexMatchStatement. textTransformations()Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.List<TextTransformation>RegexPatternSetReferenceStatement. textTransformations()Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.List<TextTransformation>SizeConstraintStatement. textTransformations()Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.List<TextTransformation>SqliMatchStatement. textTransformations()Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.List<TextTransformation>XssMatchStatement. textTransformations()Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type TextTransformation Modifier and Type Method Description ByteMatchStatement.BuilderByteMatchStatement.Builder. textTransformations(TextTransformation... textTransformations)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.RateLimitCookie.BuilderRateLimitCookie.Builder. textTransformations(TextTransformation... textTransformations)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.RateLimitHeader.BuilderRateLimitHeader.Builder. textTransformations(TextTransformation... textTransformations)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.RateLimitQueryArgument.BuilderRateLimitQueryArgument.Builder. textTransformations(TextTransformation... textTransformations)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.RateLimitQueryString.BuilderRateLimitQueryString.Builder. textTransformations(TextTransformation... textTransformations)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.RateLimitUriPath.BuilderRateLimitUriPath.Builder. textTransformations(TextTransformation... textTransformations)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.RegexMatchStatement.BuilderRegexMatchStatement.Builder. textTransformations(TextTransformation... textTransformations)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.RegexPatternSetReferenceStatement.BuilderRegexPatternSetReferenceStatement.Builder. textTransformations(TextTransformation... textTransformations)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.SizeConstraintStatement.BuilderSizeConstraintStatement.Builder. textTransformations(TextTransformation... textTransformations)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.SqliMatchStatement.BuilderSqliMatchStatement.Builder. textTransformations(TextTransformation... textTransformations)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.XssMatchStatement.BuilderXssMatchStatement.Builder. textTransformations(TextTransformation... textTransformations)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type TextTransformation Modifier and Type Method Description ByteMatchStatement.BuilderByteMatchStatement.Builder. textTransformations(Collection<TextTransformation> textTransformations)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.RateLimitCookie.BuilderRateLimitCookie.Builder. textTransformations(Collection<TextTransformation> textTransformations)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.RateLimitHeader.BuilderRateLimitHeader.Builder. textTransformations(Collection<TextTransformation> textTransformations)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.RateLimitQueryArgument.BuilderRateLimitQueryArgument.Builder. textTransformations(Collection<TextTransformation> textTransformations)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.RateLimitQueryString.BuilderRateLimitQueryString.Builder. textTransformations(Collection<TextTransformation> textTransformations)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.RateLimitUriPath.BuilderRateLimitUriPath.Builder. textTransformations(Collection<TextTransformation> textTransformations)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.RegexMatchStatement.BuilderRegexMatchStatement.Builder. textTransformations(Collection<TextTransformation> textTransformations)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.RegexPatternSetReferenceStatement.BuilderRegexPatternSetReferenceStatement.Builder. textTransformations(Collection<TextTransformation> textTransformations)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.SizeConstraintStatement.BuilderSizeConstraintStatement.Builder. textTransformations(Collection<TextTransformation> textTransformations)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.SqliMatchStatement.BuilderSqliMatchStatement.Builder. textTransformations(Collection<TextTransformation> textTransformations)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.XssMatchStatement.BuilderXssMatchStatement.Builder. textTransformations(Collection<TextTransformation> textTransformations)Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.
-