AWS SDK for Kotlin
1.8.21
      Platform filter
Skip to content
    AWS SDK for Kotlin
dynamodb-mapper/aws.sdk.kotlin.hll.dynamodbmapper.operations/table

table

fun <T, PK : KeyType> BatchGetItemResponse.table(table: Table.PartitionKey<T, PK>): BatchGetItemResponseTable.PartitionKey<T, PK>
fun <T, PK : KeyType, SK : KeyType> BatchGetItemResponse.table(table: Table.CompositeKey<T, PK, SK>): BatchGetItemResponseTable.CompositeKey<T, PK, SK>
fun <T, PK : KeyType> TransactGetItemsResponse.table(table: Table.PartitionKey<T, PK>): TransactGetItemsResponseTable.PartitionKey<T, PK>
fun <T, PK : KeyType, SK : KeyType> TransactGetItemsResponse.table(table: Table.CompositeKey<T, PK, SK>): TransactGetItemsResponseTable.CompositeKey<T, PK, SK>
Generated by Dokka
© 2026, Amazon Web Services, Inc. or its affiliates. All rights reserved.