AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
paymentcryptography
/
aws.sdk.kotlin.services.paymentcryptography.model
/
KeyState
Key
State
sealed
class
KeyState
Defines the state of a key
Inheritors
CreateComplete
CreateInProgress
DeleteComplete
DeletePending
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Create
Complete
Link copied to clipboard
object
CreateComplete
:
KeyState
Create
In
Progress
Link copied to clipboard
object
CreateInProgress
:
KeyState
Delete
Complete
Link copied to clipboard
object
DeleteComplete
:
KeyState
Delete
Pending
Link copied to clipboard
object
DeletePending
:
KeyState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
KeyState
Properties
value
Link copied to clipboard
abstract
val
value
:
String