regions

@JvmName(name = "listRegionsResponseRegion")
fun Flow<ListRegionsResponse>.regions(): Flow<Region>

This paginator transforms the flow returned by listRegionsPaginated to access the nested member Region

Return

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