AWS SDK for Kotlin
Toggle table of contents
1.5.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
fsx
/
aws.sdk.kotlin.services.fsx.model
/
DataRepositoryLifecycle
Data
Repository
Lifecycle
sealed
class
DataRepositoryLifecycle
Inheritors
Available
Creating
Deleting
Failed
Misconfigured
Updating
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
DataRepositoryLifecycle
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
DataRepositoryLifecycle
Deleting
Link copied to clipboard
object
Deleting
:
DataRepositoryLifecycle
Failed
Link copied to clipboard
object
Failed
:
DataRepositoryLifecycle
Misconfigured
Link copied to clipboard
object
Misconfigured
:
DataRepositoryLifecycle
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DataRepositoryLifecycle
Updating
Link copied to clipboard
object
Updating
:
DataRepositoryLifecycle
Properties
value
Link copied to clipboard
abstract
val
value
:
String