AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
kinesisvideo
/
aws.sdk.kotlin.services.kinesisvideo.model
/
SyncStatus
Sync
Status
sealed
class
SyncStatus
Inheritors
Acknowledged
DeleteFailed
Deleting
DeletingAcknowledged
InSync
Syncing
SyncFailed
SdkUnknown
Members
Types
Acknowledged
Link copied to clipboard
object
Acknowledged
:
SyncStatus
Companion
Link copied to clipboard
object
Companion
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
SyncStatus
Deleting
Link copied to clipboard
object
Deleting
:
SyncStatus
Deleting
Acknowledged
Link copied to clipboard
object
DeletingAcknowledged
:
SyncStatus
In
Sync
Link copied to clipboard
object
InSync
:
SyncStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SyncStatus
Sync
Failed
Link copied to clipboard
object
SyncFailed
:
SyncStatus
Syncing
Link copied to clipboard
object
Syncing
:
SyncStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String