volumes

@JvmName(name = "describeVolumesResponseVolume")
fun Flow<DescribeVolumesResponse>.volumes(): Flow<Volume>

This paginator transforms the flow returned by describeVolumesPaginated to access the nested member Volume

Return

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