toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
snowball
/
aws.sdk.kotlin.services.snowball.model
/
JobState
Job
State
sealed
class
JobState
Inheritors
Cancelled
Complete
InProgress
InTransitToAws
InTransitToCustomer
Listing
New
Pending
PreparingAppliance
PreparingShipment
WithAws
WithAwsSortingFacility
WithCustomer
SdkUnknown
Members
Types
Cancelled
Link copied to clipboard
object
Cancelled
:
JobState
Companion
Link copied to clipboard
object
Companion
Complete
Link copied to clipboard
object
Complete
:
JobState
In
Progress
Link copied to clipboard
object
InProgress
:
JobState
In
Transit
To
Aws
Link copied to clipboard
object
InTransitToAws
:
JobState
In
Transit
To
Customer
Link copied to clipboard
object
InTransitToCustomer
:
JobState
Listing
Link copied to clipboard
object
Listing
:
JobState
New
Link copied to clipboard
object
New
:
JobState
Pending
Link copied to clipboard
object
Pending
:
JobState
Preparing
Appliance
Link copied to clipboard
object
PreparingAppliance
:
JobState
Preparing
Shipment
Link copied to clipboard
object
PreparingShipment
:
JobState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
JobState
With
Aws
Link copied to clipboard
object
WithAws
:
JobState
With
Aws
Sorting
Facility
Link copied to clipboard
object
WithAwsSortingFacility
:
JobState
With
Customer
Link copied to clipboard
object
WithCustomer
:
JobState
Properties
value
Link copied to clipboard
abstract
val
value
:
String