landingZones

@JvmName(name = "listLandingZonesResponseLandingZoneSummary")
fun Flow<ListLandingZonesResponse>.landingZones(): Flow<LandingZoneSummary>

This paginator transforms the flow returned by listLandingZonesPaginated to access the nested member LandingZoneSummary

Return

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