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