AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
directconnect
/
aws.sdk.kotlin.services.directconnect.model
/
ConnectionState
Connection
State
sealed
class
ConnectionState
Inheritors
Available
Deleted
Deleting
Down
Ordering
Pending
Rejected
Requested
Unknown
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
ConnectionState
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
ConnectionState
Deleting
Link copied to clipboard
object
Deleting
:
ConnectionState
Down
Link copied to clipboard
object
Down
:
ConnectionState
Ordering
Link copied to clipboard
object
Ordering
:
ConnectionState
Pending
Link copied to clipboard
object
Pending
:
ConnectionState
Rejected
Link copied to clipboard
object
Rejected
:
ConnectionState
Requested
Link copied to clipboard
object
Requested
:
ConnectionState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ConnectionState
Unknown
Link copied to clipboard
object
Unknown
:
ConnectionState
Properties
value
Link copied to clipboard
abstract
val
value
:
String