AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
waf
/
aws.sdk.kotlin.services.waf.model
/
TextTransformation
Text
Transformation
sealed
class
TextTransformation
Inheritors
CmdLine
CompressWhiteSpace
HtmlEntityDecode
Lowercase
None
UrlDecode
SdkUnknown
Members
Types
Cmd
Line
Link copied to clipboard
object
CmdLine
:
TextTransformation
Companion
Link copied to clipboard
object
Companion
Compress
White
Space
Link copied to clipboard
object
CompressWhiteSpace
:
TextTransformation
Html
Entity
Decode
Link copied to clipboard
object
HtmlEntityDecode
:
TextTransformation
Lowercase
Link copied to clipboard
object
Lowercase
:
TextTransformation
None
Link copied to clipboard
object
None
:
TextTransformation
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TextTransformation
Url
Decode
Link copied to clipboard
object
UrlDecode
:
TextTransformation
Properties
value
Link copied to clipboard
abstract
val
value
:
String