AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
kms
/
aws.sdk.kotlin.services.kms.model
/
ConnectionStateType
Connection
State
Type
sealed
class
ConnectionStateType
Inheritors
Connected
Connecting
Disconnected
Disconnecting
Failed
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Connected
Link copied to clipboard
object
Connected
:
ConnectionStateType
Connecting
Link copied to clipboard
object
Connecting
:
ConnectionStateType
Disconnected
Link copied to clipboard
object
Disconnected
:
ConnectionStateType
Disconnecting
Link copied to clipboard
object
Disconnecting
:
ConnectionStateType
Failed
Link copied to clipboard
object
Failed
:
ConnectionStateType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ConnectionStateType
Properties
value
Link copied to clipboard
abstract
val
value
:
String