AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
mailmanager
/
aws.sdk.kotlin.services.mailmanager.model
/
SearchState
Search
State
sealed
class
SearchState
Inheritors
Cancelled
Completed
Failed
Queued
Running
SdkUnknown
Members
Types
Cancelled
Link copied to clipboard
object
Cancelled
:
SearchState
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
SearchState
Failed
Link copied to clipboard
object
Failed
:
SearchState
Queued
Link copied to clipboard
object
Queued
:
SearchState
Running
Link copied to clipboard
object
Running
:
SearchState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SearchState
Properties
value
Link copied to clipboard
abstract
val
value
:
String