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
/
BatchGetItemRequestTable
Batch
Get
Item
Request
Table
fun
<
T
,
PK
:
KeyType
>
BatchGetItemRequestTable
(
consistentRead
:
Boolean
?
,
keys
:
List
<
PK
>
,
schema
:
ItemSchema.PartitionKey
<
T
,
PK
>
,
tableName
:
String
)
:
BatchGetItemRequestTable.PartitionKey
<
T
,
PK
>
fun
<
T
,
PK
:
KeyType
,
SK
:
KeyType
>
BatchGetItemRequestTable
(
consistentRead
:
Boolean
?
,
keys
:
List
<
Pair
<
PK
,
SK
>
>
,
schema
:
ItemSchema.CompositeKey
<
T
,
PK
,
SK
>
,
tableName
:
String
)
:
BatchGetItemRequestTable.CompositeKey
<
T
,
PK
,
SK
>