workflowSummaries

@JvmName(name = "listIdMappingWorkflowsResponseIdMappingWorkflowSummary")
fun Flow<ListIdMappingWorkflowsResponse>.workflowSummaries(): Flow<IdMappingWorkflowSummary>

This paginator transforms the flow returned by listIdMappingWorkflowsPaginated to access the nested member IdMappingWorkflowSummary

Return

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


@JvmName(name = "listMatchingWorkflowsResponseMatchingWorkflowSummary")
fun Flow<ListMatchingWorkflowsResponse>.workflowSummaries(): Flow<MatchingWorkflowSummary>

This paginator transforms the flow returned by listMatchingWorkflowsPaginated to access the nested member MatchingWorkflowSummary

Return

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