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
/
TransactGetItemsRequestTable
Transact
Get
Items
Request
Table
fun
<
T
,
PK
:
KeyType
>
TransactGetItemsRequestTable
(
tableName
:
String
,
keys
:
List
<
PK
>
,
schema
:
ItemSchema.PartitionKey
<
T
,
PK
>
)
:
TransactGetItemsRequestTable.PartitionKey
<
T
,
PK
>
fun
<
T
,
PK
:
KeyType
,
SK
:
KeyType
>
TransactGetItemsRequestTable
(
tableName
:
String
,
keys
:
List
<
Pair
<
PK
,
SK
>
>
,
schema
:
ItemSchema.CompositeKey
<
T
,
PK
,
SK
>
)
:
TransactGetItemsRequestTable.CompositeKey
<
T
,
PK
,
SK
>