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
/
BatchGetItemRequestTableDsl
/
CompositeKey
Composite
Key
interface
CompositeKey
<
T
,
PK
:
KeyType
,
SK
:
KeyType
>
:
BatchGetItemRequestTableDsl
Members
Properties
keys
Link copied to clipboard
abstract
var
keys
:
List
<
Pair
<
PK
,
SK
>
>
Inherited properties
consistent
Read
Link copied to clipboard
abstract
var
consistentRead
:
Boolean
?
Functions
key
Link copied to clipboard
abstract
fun
key
(
partitionKey
:
PK
,
sortKey
:
SK
)
keys
Link copied to clipboard
abstract
fun
keys
(
keys
:
Iterable
<
Pair
<
PK
,
SK
>
>
)