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
Transact
Write
Items
Request
Table
sealed
interface
TransactWriteItemsRequestTable
<
T
>
Inheritors
PartitionKey
CompositeKey
Members
Types
Composite
Key
Link copied to clipboard
interface
CompositeKey
<
T
,
PK
:
KeyType
,
SK
:
KeyType
>
:
TransactWriteItemsRequestTable
<
T
>
Partition
Key
Link copied to clipboard
interface
PartitionKey
<
T
,
PK
:
KeyType
>
:
TransactWriteItemsRequestTable
<
T
>
Properties
puts
Link copied to clipboard
abstract
val
puts
:
List
<
TransactWriteItemsAction.Put
<
T
>
>
table
Name
Link copied to clipboard
abstract
val
tableName
:
String