scans

@JvmName(name = "describeMalwareScansResponseScan")
fun Flow<DescribeMalwareScansResponse>.scans(): Flow<Scan>

This paginator transforms the flow returned by describeMalwareScansPaginated to access the nested member Scan

Return

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


@JvmName(name = "listMalwareScansResponseMalwareScan")
fun Flow<ListMalwareScansResponse>.scans(): Flow<MalwareScan>

This paginator transforms the flow returned by listMalwareScansPaginated to access the nested member MalwareScan

Return

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