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
/
TransactGetItemsRequestTableDsl
/
PartitionKey
Partition
Key
interface
PartitionKey
<
T
,
PK
:
KeyType
>
:
TransactGetItemsRequestTableDsl
Members
Properties
keys
Link copied to clipboard
abstract
var
keys
:
List
<
PK
>
Functions
key
Link copied to clipboard
abstract
fun
key
(
key
:
PK
)
keys
Link copied to clipboard
abstract
fun
keys
(
keys
:
Iterable
<
PK
>
)