Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listActsResponseActSummary")
fun Flow<ListActsResponse>.actSummaries(): Flow<ActSummary>

This paginator transforms the flow returned by listActsPaginated to access the nested member ActSummary

Link copied to clipboard
@JvmName(name = "listSessionsResponseSessionSummary")
fun Flow<ListSessionsResponse>.sessionSummaries(): Flow<SessionSummary>

This paginator transforms the flow returned by listSessionsPaginated to access the nested member SessionSummary

Link copied to clipboard
@JvmName(name = "listWorkflowDefinitionsResponseWorkflowDefinitionSummary")
fun Flow<ListWorkflowDefinitionsResponse>.workflowDefinitionSummaries(): Flow<WorkflowDefinitionSummary>

This paginator transforms the flow returned by listWorkflowDefinitionsPaginated to access the nested member WorkflowDefinitionSummary

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

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