durableExecutions

@JvmName(name = "listDurableExecutionsByFunctionResponseExecution")
fun Flow<ListDurableExecutionsByFunctionResponse>.durableExecutions(): Flow<Execution>

This paginator transforms the flow returned by listDurableExecutionsByFunctionPaginated to access the nested member Execution

Return

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