AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
backup
/
aws.sdk.kotlin.services.backup.model
/
RestoreTestingRecoveryPointSelectionAlgorithm
Restore
Testing
Recovery
Point
Selection
Algorithm
sealed
class
RestoreTestingRecoveryPointSelectionAlgorithm
Inheritors
LatestWithinWindow
RandomWithinWindow
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Latest
Within
Window
Link copied to clipboard
object
LatestWithinWindow
:
RestoreTestingRecoveryPointSelectionAlgorithm
Random
Within
Window
Link copied to clipboard
object
RandomWithinWindow
:
RestoreTestingRecoveryPointSelectionAlgorithm
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RestoreTestingRecoveryPointSelectionAlgorithm
Properties
value
Link copied to clipboard
abstract
val
value
:
String