AWS SDK for Kotlin
Toggle table of contents
1.6.57
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iotmanagedintegrations
/
aws.sdk.kotlin.services.iotmanagedintegrations.model
/
ProtocolType
Protocol
Type
sealed
class
ProtocolType
Inheritors
Custom
Zigbee
Zwave
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Custom
Link copied to clipboard
object
Custom
:
ProtocolType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ProtocolType
Zigbee
Link copied to clipboard
object
Zigbee
:
ProtocolType
Zwave
Link copied to clipboard
object
Zwave
:
ProtocolType
Properties
value
Link copied to clipboard
abstract
val
value
:
String