toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
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