AWS SDK for Kotlin
Toggle table of contents
1.5.102
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
glue
/
aws.sdk.kotlin.services.glue.model
/
IcebergUpdateAction
Iceberg
Update
Action
sealed
class
IcebergUpdateAction
Inheritors
AddEncryptionKey
AddSchema
AddSortOrder
AddSpec
RemoveEncryptionKey
RemoveProperties
SetCurrentSchema
SetDefaultSortOrder
SetDefaultSpec
SetLocation
SetProperties
SdkUnknown
Members
Types
Add
Encryption
Key
Link copied to clipboard
object
AddEncryptionKey
:
IcebergUpdateAction
Add
Schema
Link copied to clipboard
object
AddSchema
:
IcebergUpdateAction
Add
Sort
Order
Link copied to clipboard
object
AddSortOrder
:
IcebergUpdateAction
Add
Spec
Link copied to clipboard
object
AddSpec
:
IcebergUpdateAction
Companion
Link copied to clipboard
object
Companion
Remove
Encryption
Key
Link copied to clipboard
object
RemoveEncryptionKey
:
IcebergUpdateAction
Remove
Properties
Link copied to clipboard
object
RemoveProperties
:
IcebergUpdateAction
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IcebergUpdateAction
Set
Current
Schema
Link copied to clipboard
object
SetCurrentSchema
:
IcebergUpdateAction
Set
Default
Sort
Order
Link copied to clipboard
object
SetDefaultSortOrder
:
IcebergUpdateAction
Set
Default
Spec
Link copied to clipboard
object
SetDefaultSpec
:
IcebergUpdateAction
Set
Location
Link copied to clipboard
object
SetLocation
:
IcebergUpdateAction
Set
Properties
Link copied to clipboard
object
SetProperties
:
IcebergUpdateAction
Properties
value
Link copied to clipboard
abstract
val
value
:
String