AWS SDK for Kotlin
Toggle table of contents
1.8.41
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
geoplaces
/
aws.sdk.kotlin.services.geoplaces.model
/
AccessPointType
Access
Point
Type
sealed
class
AccessPointType
Inheritors
Delivery
Emergency
Entrance
Loading
Other
Parking
Taxi
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Delivery
Link copied to clipboard
object
Delivery
:
AccessPointType
Emergency
Link copied to clipboard
object
Emergency
:
AccessPointType
Entrance
Link copied to clipboard
object
Entrance
:
AccessPointType
Loading
Link copied to clipboard
object
Loading
:
AccessPointType
Other
Link copied to clipboard
object
Other
:
AccessPointType
Parking
Link copied to clipboard
object
Parking
:
AccessPointType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AccessPointType
Taxi
Link copied to clipboard
object
Taxi
:
AccessPointType
Properties
value
Link copied to clipboard
abstract
val
value
:
String