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
/
BatchWriteItemRequestTable
/
PartitionKey
Partition
Key
interface
PartitionKey
<
T
,
PK
:
KeyType
>
:
BatchWriteItemRequestTable
<
T
>
Members
Properties
delete
Keys
Link copied to clipboard
abstract
val
deleteKeys
:
List
<
PK
>
schema
Link copied to clipboard
abstract
val
schema
:
ItemSchema.PartitionKey
<
T
,
PK
>
Inherited properties
put
Items
Link copied to clipboard
abstract
val
putItems
:
List
<
T
>
table
Name
Link copied to clipboard
abstract
val
tableName
:
String