commands

@JvmName(name = "listCommandsResponseCommand")
fun Flow<ListCommandsResponse>.commands(): Flow<Command>

This paginator transforms the flow returned by listCommandsPaginated to access the nested member Command

Return

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