Package-level declarations

Functions

Link copied to clipboard
@JvmName(name = "queryResponseAttributeMap")
fun Flow<QueryResponse>.items(): Flow<Map<String, AttributeValue>>

This paginator transforms the flow returned by queryPaginated to access the nested member AttributeMap

@JvmName(name = "scanResponseAttributeMap")
fun Flow<ScanResponse>.items(): Flow<Map<String, AttributeValue>>

This paginator transforms the flow returned by scanPaginated to access the nested member AttributeMap

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Paginate over ScanResponse results.

Link copied to clipboard
@JvmName(name = "listTablesResponseTableName")
fun Flow<ListTablesResponse>.tableNames(): Flow<String>

This paginator transforms the flow returned by listTablesPaginated to access the nested member TableName