executionSummaries

@JvmName(name = "listJobExecutionsForJobResponseJobExecutionSummaryForJob")
fun Flow<ListJobExecutionsForJobResponse>.executionSummaries(): Flow<JobExecutionSummaryForJob>

This paginator transforms the flow returned by listJobExecutionsForJobPaginated to access the nested member JobExecutionSummaryForJob

Return

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


@JvmName(name = "listJobExecutionsForThingResponseJobExecutionSummaryForThing")
fun Flow<ListJobExecutionsForThingResponse>.executionSummaries(): Flow<JobExecutionSummaryForThing>

This paginator transforms the flow returned by listJobExecutionsForThingPaginated to access the nested member JobExecutionSummaryForThing

Return

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