AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
deadline
/
aws.sdk.kotlin.services.deadline.model
/
LicenseEndpointStatus
License
Endpoint
Status
sealed
class
LicenseEndpointStatus
Inheritors
CreateInProgress
DeleteInProgress
NotReady
Ready
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Create
In
Progress
Link copied to clipboard
object
CreateInProgress
:
LicenseEndpointStatus
Delete
In
Progress
Link copied to clipboard
object
DeleteInProgress
:
LicenseEndpointStatus
Not
Ready
Link copied to clipboard
object
NotReady
:
LicenseEndpointStatus
Ready
Link copied to clipboard
object
Ready
:
LicenseEndpointStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
LicenseEndpointStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String