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
/
BatchWriteItemRequestTableDsl
Batch
Write
Item
Request
Table
Dsl
sealed
interface
BatchWriteItemRequestTableDsl
<
T
>
Inheritors
PartitionKey
CompositeKey
Members
Types
Composite
Key
Link copied to clipboard
interface
CompositeKey
<
T
,
PK
:
KeyType
,
SK
:
KeyType
>
:
BatchWriteItemRequestTableDsl
<
T
>
Partition
Key
Link copied to clipboard
interface
PartitionKey
<
T
,
PK
:
KeyType
>
:
BatchWriteItemRequestTableDsl
<
T
>
Properties
put
Items
Link copied to clipboard
abstract
var
putItems
:
List
<
T
>
Functions
put
Item
Link copied to clipboard
abstract
fun
putItem
(
item
:
T
)
put
Items
Link copied to clipboard
abstract
fun
putItems
(
items
:
Iterable
<
T
>
)