AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
connectparticipant
/
aws.sdk.kotlin.services.connectparticipant.model
/
ConnectionType
Connection
Type
sealed
class
ConnectionType
Inheritors
ConnectionCredentials
Websocket
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Connection
Credentials
Link copied to clipboard
object
ConnectionCredentials
:
ConnectionType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ConnectionType
Websocket
Link copied to clipboard
object
Websocket
:
ConnectionType
Properties
value
Link copied to clipboard
abstract
val
value
:
String