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
/
CompositeKey
Composite
Key
interface
CompositeKey
<
T
,
PK
:
KeyType
,
SK
:
KeyType
>
:
BatchWriteItemRequestTableDsl
<
T
>
Members
Properties
delete
Keys
Link copied to clipboard
abstract
var
deleteKeys
:
List
<
Pair
<
PK
,
SK
>
>
Inherited properties
put
Items
Link copied to clipboard
abstract
var
putItems
:
List
<
T
>
Functions
delete
Key
Link copied to clipboard
abstract
fun
deleteKey
(
partitionKey
:
PK
,
sortKey
:
SK
)
delete
Keys
Link copied to clipboard
abstract
fun
deleteKeys
(
keys
:
Iterable
<
Pair
<
PK
,
SK
>
>
)
Inherited functions
put
Item
Link copied to clipboard
abstract
fun
putItem
(
item
:
T
)
put
Items
Link copied to clipboard
abstract
fun
putItems
(
items
:
Iterable
<
T
>
)