AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
simspaceweaver
/
aws.sdk.kotlin.services.simspaceweaver.model
/
LifecycleManagementStrategy
Lifecycle
Management
Strategy
sealed
class
LifecycleManagementStrategy
Inheritors
ByRequest
BySpatialSubdivision
PerWorker
Unknown
SdkUnknown
Members
Types
By
Request
Link copied to clipboard
object
ByRequest
:
LifecycleManagementStrategy
By
Spatial
Subdivision
Link copied to clipboard
object
BySpatialSubdivision
:
LifecycleManagementStrategy
Companion
Link copied to clipboard
object
Companion
Per
Worker
Link copied to clipboard
object
PerWorker
:
LifecycleManagementStrategy
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
LifecycleManagementStrategy
Unknown
Link copied to clipboard
object
Unknown
:
LifecycleManagementStrategy
Properties
value
Link copied to clipboard
abstract
val
value
:
String