indexNames

@JvmName(name = "listIndicesResponseIndexName")
fun Flow<ListIndicesResponse>.indexNames(): Flow<String>

This paginator transforms the flow returned by listIndicesPaginated to access the nested member IndexName

Return

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