AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
datasync
/
aws.sdk.kotlin.services.datasync.model
/
EndpointType
Endpoint
Type
sealed
class
EndpointType
Inheritors
Fips
PrivateLink
Public
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Fips
Link copied to clipboard
object
Fips
:
EndpointType
Private
Link
Link copied to clipboard
object
PrivateLink
:
EndpointType
Public
Link copied to clipboard
object
Public
:
EndpointType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EndpointType
Properties
value
Link copied to clipboard
abstract
val
value
:
String