AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
route53resolver
/
aws.sdk.kotlin.services.route53resolver.model
/
Protocol
Protocol
sealed
class
Protocol
Inheritors
Do53
Doh
Dohfips
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Do53
Link copied to clipboard
object
Do53
:
Protocol
Doh
Link copied to clipboard
object
Doh
:
Protocol
Dohfips
Link copied to clipboard
object
Dohfips
:
Protocol
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
Protocol
Properties
value
Link copied to clipboard
abstract
val
value
:
String