AWS SDK for Kotlin
Toggle table of contents
1.4.119
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
georoutes
/
aws.sdk.kotlin.services.georoutes.model
/
MatchingStrategy
Matching
Strategy
sealed
class
MatchingStrategy
Inheritors
MatchAny
MatchMostSignificantRoad
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Match
Any
Link copied to clipboard
object
MatchAny
:
MatchingStrategy
Match
Most
Significant
Road
Link copied to clipboard
object
MatchMostSignificantRoad
:
MatchingStrategy
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
MatchingStrategy
Properties
value
Link copied to clipboard
abstract
val
value
:
String