AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
mediaconnect
/
aws.sdk.kotlin.services.mediaconnect.model
/
KeyType
Key
Type
sealed
class
KeyType
Inheritors
Speke
SrtPassword
StaticKey
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
KeyType
Speke
Link copied to clipboard
object
Speke
:
KeyType
Srt
Password
Link copied to clipboard
object
SrtPassword
:
KeyType
Static
Key
Link copied to clipboard
object
StaticKey
:
KeyType
Properties
value
Link copied to clipboard
abstract
val
value
:
String