AWS SDK for Kotlin
Toggle table of contents
1.8.22
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
dynamodb-mapper
/
aws.sdk.kotlin.hll.dynamodbmapper.operations
/
TransactWriteItemsRequestTableDsl
Transact
Write
Items
Request
Table
Dsl
sealed
interface
TransactWriteItemsRequestTableDsl
<
T
>
Inheritors
PartitionKey
CompositeKey
Members
Types
Composite
Key
Link copied to clipboard
interface
CompositeKey
<
T
,
PK
:
KeyType
,
SK
:
KeyType
>
:
TransactWriteItemsRequestTableDsl
<
T
>
Condition
Check
Link copied to clipboard
interface
ConditionCheck
Delete
Link copied to clipboard
interface
Delete
Partition
Key
Link copied to clipboard
interface
PartitionKey
<
T
,
PK
:
KeyType
>
:
TransactWriteItemsRequestTableDsl
<
T
>
Put
Link copied to clipboard
interface
Put
Update
Link copied to clipboard
interface
Update
Properties
puts
Link copied to clipboard
abstract
var
puts
:
List
<
TransactWriteItemsAction.Put
<
T
>
>
Functions
put
Link copied to clipboard
abstract
fun
put
(
item
:
T
,
block
:
TransactWriteItemsRequestTableDsl.Put
.
(
)
->
Unit
=
{ }
)