items

@JvmName(name = "listRunCachesResponseRunCacheListItem")
fun Flow<ListRunCachesResponse>.items(): Flow<RunCacheListItem>

This paginator transforms the flow returned by listRunCachesPaginated to access the nested member RunCacheListItem

Return

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


@JvmName(name = "listRunGroupsResponseRunGroupListItem")
fun Flow<ListRunGroupsResponse>.items(): Flow<RunGroupListItem>

This paginator transforms the flow returned by listRunGroupsPaginated to access the nested member RunGroupListItem

Return

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


@JvmName(name = "listRunsResponseRunListItem")
fun Flow<ListRunsResponse>.items(): Flow<RunListItem>

This paginator transforms the flow returned by listRunsPaginated to access the nested member RunListItem

Return

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


@JvmName(name = "listRunTasksResponseTaskListItem")
fun Flow<ListRunTasksResponse>.items(): Flow<TaskListItem>

This paginator transforms the flow returned by listRunTasksPaginated to access the nested member TaskListItem

Return

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


@JvmName(name = "listWorkflowsResponseWorkflowListItem")
fun Flow<ListWorkflowsResponse>.items(): Flow<WorkflowListItem>

This paginator transforms the flow returned by listWorkflowsPaginated to access the nested member WorkflowListItem

Return

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


@JvmName(name = "listWorkflowVersionsResponseWorkflowVersionListItem")
fun Flow<ListWorkflowVersionsResponse>.items(): Flow<WorkflowVersionListItem>

This paginator transforms the flow returned by listWorkflowVersionsPaginated to access the nested member WorkflowVersionListItem

Return

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