AWS SDK for Kotlin
Toggle table of contents
1.6.7
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
arcregionswitch
/
aws.sdk.kotlin.services.arcregionswitch.model
/
DocumentDbDefaultBehavior
Document
Db
Default
Behavior
sealed
class
DocumentDbDefaultBehavior
Inheritors
Failover
SwitchoverOnly
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Failover
Link copied to clipboard
object
Failover
:
DocumentDbDefaultBehavior
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DocumentDbDefaultBehavior
Switchover
Only
Link copied to clipboard
object
SwitchoverOnly
:
DocumentDbDefaultBehavior
Properties
value
Link copied to clipboard
abstract
val
value
:
String