AWS SDK for Kotlin
Toggle table of contents
1.6.93
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
odb
/
aws.sdk.kotlin.services.odb.model
/
EncryptionKeyProviderInput
Encryption
Key
Provider
Input
sealed
class
EncryptionKeyProviderInput
Inheritors
AwsKms
OracleManaged
SdkUnknown
Members
Types
Aws
Kms
Link copied to clipboard
object
AwsKms
:
EncryptionKeyProviderInput
Companion
Link copied to clipboard
object
Companion
Oracle
Managed
Link copied to clipboard
object
OracleManaged
:
EncryptionKeyProviderInput
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EncryptionKeyProviderInput
Properties
value
Link copied to clipboard
abstract
val
value
:
String