| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static TextTransformation.Builder |
TextTransformation.builder() |
TextTransformation.Builder |
TextTransformation.Builder.priority(Integer priority)
Sets the relative processing order for multiple transformations.
|
TextTransformation.Builder |
TextTransformation.toBuilder() |
TextTransformation.Builder |
TextTransformation.Builder.type(String type)
For detailed descriptions of each of the transformation types, see Text
transformations in the WAF Developer Guide.
|
TextTransformation.Builder |
TextTransformation.Builder.type(TextTransformationType type)
For detailed descriptions of each of the transformation types, see Text
transformations in the WAF Developer Guide.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TextTransformation.Builder> |
TextTransformation.serializableBuilderClass() |
Copyright © 2023. All rights reserved.