volumeInfos

@JvmName(name = "listVolumesResponseVolumeInfo")
fun Flow<ListVolumesResponse>.volumeInfos(): Flow<VolumeInfo>

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

Return

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