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
/
BatchGetItemResponseTable
/
CompositeKey
Composite
Key
interface
CompositeKey
<
T
,
PK
:
KeyType
,
SK
:
KeyType
>
:
BatchGetItemResponseTable
<
T
>
Members
Properties
schema
Link copied to clipboard
abstract
val
schema
:
ItemSchema.CompositeKey
<
T
,
PK
,
SK
>
unprocessed
Keys
Link copied to clipboard
abstract
val
unprocessedKeys
:
List
<
Pair
<
PK
,
SK
>
>
Inherited properties
items
Link copied to clipboard
abstract
val
items
:
List
<
T
>
table
Name
Link copied to clipboard
abstract
val
tableName
:
String