AWS SDK for Kotlin
Toggle table of contents
1.5.9
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
customerprofiles
/
aws.sdk.kotlin.services.customerprofiles.model
/
ContactType
Contact
Type
sealed
class
ContactType
Inheritors
BusinessEmailAddress
BusinessPhoneNumber
EmailAddress
HomePhoneNumber
MobilePhoneNumber
PersonalEmailAddress
PhoneNumber
SdkUnknown
Members
Types
Business
Email
Address
Link copied to clipboard
object
BusinessEmailAddress
:
ContactType
Business
Phone
Number
Link copied to clipboard
object
BusinessPhoneNumber
:
ContactType
Companion
Link copied to clipboard
object
Companion
Email
Address
Link copied to clipboard
object
EmailAddress
:
ContactType
Home
Phone
Number
Link copied to clipboard
object
HomePhoneNumber
:
ContactType
Mobile
Phone
Number
Link copied to clipboard
object
MobilePhoneNumber
:
ContactType
Personal
Email
Address
Link copied to clipboard
object
PersonalEmailAddress
:
ContactType
Phone
Number
Link copied to clipboard
object
PhoneNumber
:
ContactType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ContactType
Properties
value
Link copied to clipboard
abstract
val
value
:
String