Uses of Interface
software.amazon.awssdk.services.wafv2.model.TextTransformation.Builder
-
Packages that use TextTransformation.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of TextTransformation.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return TextTransformation.Builder Modifier and Type Method Description static TextTransformation.BuilderTextTransformation. builder()TextTransformation.BuilderTextTransformation.Builder. priority(Integer priority)Sets the relative processing order for multiple transformations.TextTransformation.BuilderTextTransformation. toBuilder()TextTransformation.BuilderTextTransformation.Builder. type(String type)For detailed descriptions of each of the transformation types, see Text transformations in the WAF Developer Guide.TextTransformation.BuilderTextTransformation.Builder. type(TextTransformationType type)For detailed descriptions of each of the transformation types, see Text transformations in the WAF Developer Guide.Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type TextTransformation.Builder Modifier and Type Method Description static Class<? extends TextTransformation.Builder>TextTransformation. serializableBuilderClass()
-