toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
backup
/
aws.sdk.kotlin.services.backup.model
/
RestoreJobState
Restore
Job
State
sealed
class
RestoreJobState
Inheritors
Aborted
AggregateAll
Any
Completed
Created
Failed
Pending
Running
SdkUnknown
Members
Types
Aborted
Link copied to clipboard
object
Aborted
:
RestoreJobState
Aggregate
All
Link copied to clipboard
object
AggregateAll
:
RestoreJobState
Any
Link copied to clipboard
object
Any
:
RestoreJobState
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
RestoreJobState
Created
Link copied to clipboard
object
Created
:
RestoreJobState
Failed
Link copied to clipboard
object
Failed
:
RestoreJobState
Pending
Link copied to clipboard
object
Pending
:
RestoreJobState
Running
Link copied to clipboard
object
Running
:
RestoreJobState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RestoreJobState
Properties
value
Link copied to clipboard
abstract
val
value
:
String