AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
databrew
/
aws.sdk.kotlin.services.databrew.model
/
CompressionFormat
Compression
Format
sealed
class
CompressionFormat
Inheritors
Brotli
Bzip2
Deflate
Gzip
Lz4
Lzo
Snappy
Zlib
Zstd
SdkUnknown
Members
Types
Brotli
Link copied to clipboard
object
Brotli
:
CompressionFormat
Bzip2
Link copied to clipboard
object
Bzip2
:
CompressionFormat
Companion
Link copied to clipboard
object
Companion
Deflate
Link copied to clipboard
object
Deflate
:
CompressionFormat
Gzip
Link copied to clipboard
object
Gzip
:
CompressionFormat
Lz4
Link copied to clipboard
object
Lz4
:
CompressionFormat
Lzo
Link copied to clipboard
object
Lzo
:
CompressionFormat
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CompressionFormat
Snappy
Link copied to clipboard
object
Snappy
:
CompressionFormat
Zlib
Link copied to clipboard
object
Zlib
:
CompressionFormat
Zstd
Link copied to clipboard
object
Zstd
:
CompressionFormat
Properties
value
Link copied to clipboard
abstract
val
value
:
String