Package-level declarations

Types

Link copied to clipboard
sealed interface BatchGetItemRequestTable<T>
Link copied to clipboard
Link copied to clipboard
sealed interface BatchGetItemResponseTable<T>
Link copied to clipboard
sealed interface BatchWriteItemRequestTable<T>
Link copied to clipboard
Link copied to clipboard
sealed interface BatchWriteItemResponseTable<T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed interface TransactWriteItemsAction<E>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T, PK : KeyType, SK : KeyType> BatchWriteItemResponseTable(tableName: String, unprocessedItems: List<T>, schema: ItemSchema.CompositeKey<T, PK, SK>, unprocessedKeys: List<Pair<PK, SK>>): BatchWriteItemResponseTable.CompositeKey<T, PK, SK>
fun <T, PK : KeyType> BatchWriteItemResponseTable(tableName: String, unprocessedItems: List<T>, schema: ItemSchema.PartitionKey<T, PK>, unprocessedKeys: List<PK>): BatchWriteItemResponseTable.PartitionKey<T, PK>

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <E> TransactWriteItemsAction.Companion.Put(condition: BooleanExpr?, entity: E, returnValuesOnConditionCheckFailure: ReturnValuesOnConditionCheckFailure?): TransactWriteItemsAction.Put<E>
Link copied to clipboard