AWS SDK for Kotlin
Toggle table of contents
1.8.21
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
dynamodb-mapper
/
aws.sdk.kotlin.hll.dynamodbmapper.operations
/
TransactWriteItemsRequestTable
/
PartitionKey
Partition
Key
interface
PartitionKey
<
T
,
PK
:
KeyType
>
:
TransactWriteItemsRequestTable
<
T
>
Members
Properties
condition
Checks
Link copied to clipboard
abstract
val
conditionChecks
:
List
<
TransactWriteItemsAction.ConditionCheck
<
PK
>
>
deletes
Link copied to clipboard
abstract
val
deletes
:
List
<
TransactWriteItemsAction.Delete
<
PK
>
>
schema
Link copied to clipboard
abstract
val
schema
:
ItemSchema.PartitionKey
<
T
,
PK
>
updates
Link copied to clipboard
abstract
val
updates
:
List
<
TransactWriteItemsAction.Update
<
PK
>
>
Inherited properties
puts
Link copied to clipboard
abstract
val
puts
:
List
<
TransactWriteItemsAction.Put
<
T
>
>
table
Name
Link copied to clipboard
abstract
val
tableName
:
String