AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
s3
/
aws.sdk.kotlin.services.s3.model
/
ServerSideEncryption
Server
Side
Encryption
sealed
class
ServerSideEncryption
Inheritors
Aes256
AwsFsx
AwsKms
AwsKmsDsse
SdkUnknown
Members
Types
Aes256
Link copied to clipboard
object
Aes256
:
ServerSideEncryption
Aws
Fsx
Link copied to clipboard
object
AwsFsx
:
ServerSideEncryption
Aws
Kms
Link copied to clipboard
object
AwsKms
:
ServerSideEncryption
Aws
Kms
Dsse
Link copied to clipboard
object
AwsKmsDsse
:
ServerSideEncryption
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ServerSideEncryption
Properties
value
Link copied to clipboard
abstract
val
value
:
String