AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
connect
/
aws.sdk.kotlin.services.connect.model
/
EndpointType
Endpoint
Type
sealed
class
EndpointType
Inheritors
ConnectPhonenumberArn
ContactFlow
EmailAddress
TelephoneNumber
Voip
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Connect
Phonenumber
Arn
Link copied to clipboard
object
ConnectPhonenumberArn
:
EndpointType
Contact
Flow
Link copied to clipboard
object
ContactFlow
:
EndpointType
Email
Address
Link copied to clipboard
object
EmailAddress
:
EndpointType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EndpointType
Telephone
Number
Link copied to clipboard
object
TelephoneNumber
:
EndpointType
Voip
Link copied to clipboard
object
Voip
:
EndpointType
Properties
value
Link copied to clipboard
abstract
val
value
:
String