DynamoDbMapper
A high-level client for DynamoDB which maps custom data types into DynamoDB attributes and vice versa.
Types
Properties
Functions
Link copied to clipboard
abstract fun <T, PK : KeyType, SK : KeyType> getTable(name: String, schema: ItemSchema.CompositeKey<T, PK, SK>): Table.CompositeKey<T, PK, SK>
abstract fun <T, PK : KeyType> getTable(name: String, schema: ItemSchema.PartitionKey<T, PK>): Table.PartitionKey<T, PK>
Get a Table reference for performing table operations
Inherited functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun transactWriteItems(request: TransactWriteItemsRequest): TransactWriteItemsResponse