AWS SDK for Kotlin
Toggle table of contents
1.4.125
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
kinesisvideomedia
/
aws.sdk.kotlin.services.kinesisvideomedia.model
/
StartSelectorType
Start
Selector
Type
sealed
class
StartSelectorType
Inheritors
ContinuationToken
Earliest
FragmentNumber
Now
ProducerTimestamp
ServerTimestamp
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Continuation
Token
Link copied to clipboard
object
ContinuationToken
:
StartSelectorType
Earliest
Link copied to clipboard
object
Earliest
:
StartSelectorType
Fragment
Number
Link copied to clipboard
object
FragmentNumber
:
StartSelectorType
Now
Link copied to clipboard
object
Now
:
StartSelectorType
Producer
Timestamp
Link copied to clipboard
object
ProducerTimestamp
:
StartSelectorType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StartSelectorType
Server
Timestamp
Link copied to clipboard
object
ServerTimestamp
:
StartSelectorType
Properties
value
Link copied to clipboard
abstract
val
value
:
String