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
/
FlowAssociationResourceType
Flow
Association
Resource
Type
sealed
class
FlowAssociationResourceType
Inheritors
AnalyticsConnector
InboundEmail
OutboundEmail
SmsPhoneNumber
WhatsappMessagingPhoneNumber
SdkUnknown
Members
Types
Analytics
Connector
Link copied to clipboard
object
AnalyticsConnector
:
FlowAssociationResourceType
Companion
Link copied to clipboard
object
Companion
Inbound
Email
Link copied to clipboard
object
InboundEmail
:
FlowAssociationResourceType
Outbound
Email
Link copied to clipboard
object
OutboundEmail
:
FlowAssociationResourceType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
FlowAssociationResourceType
Sms
Phone
Number
Link copied to clipboard
object
SmsPhoneNumber
:
FlowAssociationResourceType
Whatsapp
Messaging
Phone
Number
Link copied to clipboard
object
WhatsappMessagingPhoneNumber
:
FlowAssociationResourceType
Properties
value
Link copied to clipboard
abstract
val
value
:
String