AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
finspacedata
/
aws.sdk.kotlin.services.finspacedata.model
/
ChangeType
Change
Type
sealed
class
ChangeType
Indicates how the given change will be applied to the dataset.
Inheritors
Append
Modify
Replace
SdkUnknown
Members
Types
Append
Link copied to clipboard
object
Append
:
ChangeType
Companion
Link copied to clipboard
object
Companion
Modify
Link copied to clipboard
object
Modify
:
ChangeType
Replace
Link copied to clipboard
object
Replace
:
ChangeType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ChangeType
Properties
value
Link copied to clipboard
abstract
val
value
:
String