AWS SDK for Kotlin
Toggle table of contents
1.8.24
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
dynamodb-mapper
/
aws.sdk.kotlin.hll.dynamodbmapper.model
/
getItem
get
Item
suspend
fun
<
T
,
PK
:
KeyType
>
Table.PartitionKey
<
T
,
PK
>
.
getItem
(
item
:
T
)
:
GetItemResponse
<
T
>
suspend
fun
<
T
,
PK
:
KeyType
,
SK
:
KeyType
>
Table.CompositeKey
<
T
,
PK
,
SK
>
.
getItem
(
item
:
T
)
:
GetItemResponse
<
T
>