items

@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

Return

A kotlinx.coroutines.flow.Flow that can collect 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

Return

A kotlinx.coroutines.flow.Flow that can collect AttributeMap