volumes

@JvmName(name = "listVolumesResponseVolumeSummary")
fun Flow<ListVolumesResponse>.volumes(): Flow<VolumeSummary>

This paginator transforms the flow returned by listVolumesPaginated to access the nested member VolumeSummary

Return

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