Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listTaskInstancesResponseTaskInstanceSummary")
fun Flow<ListTaskInstancesResponse>.taskInstances(): Flow<TaskInstanceSummary>

This paginator transforms the flow returned by listTaskInstancesPaginated to access the nested member TaskInstanceSummary

Link copied to clipboard
@JvmName(name = "listWorkflowRunsResponseWorkflowRunSummary")
fun Flow<ListWorkflowRunsResponse>.workflowRuns(): Flow<WorkflowRunSummary>

This paginator transforms the flow returned by listWorkflowRunsPaginated to access the nested member WorkflowRunSummary

Link copied to clipboard
@JvmName(name = "listWorkflowsResponseWorkflowSummary")
fun Flow<ListWorkflowsResponse>.workflows(): Flow<WorkflowSummary>

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

Link copied to clipboard
@JvmName(name = "listWorkflowVersionsResponseWorkflowVersionSummary")
fun Flow<ListWorkflowVersionsResponse>.workflowVersions(): Flow<WorkflowVersionSummary>

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