keyspaces

@JvmName(name = "listKeyspacesResponseKeyspaceSummary")
fun Flow<ListKeyspacesResponse>.keyspaces(): Flow<KeyspaceSummary>

This paginator transforms the flow returned by listKeyspacesPaginated to access the nested member KeyspaceSummary

Return

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