tableNames

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

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

Return

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