summaries

@JvmName(name = "getFlowTemplateRevisionsResponseFlowTemplateSummary")
fun Flow<GetFlowTemplateRevisionsResponse>.summaries(): Flow<FlowTemplateSummary>

This paginator transforms the flow returned by getFlowTemplateRevisionsPaginated to access the nested member FlowTemplateSummary

Return

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


@JvmName(name = "getSystemTemplateRevisionsResponseSystemTemplateSummary")
fun Flow<GetSystemTemplateRevisionsResponse>.summaries(): Flow<SystemTemplateSummary>

This paginator transforms the flow returned by getSystemTemplateRevisionsPaginated to access the nested member SystemTemplateSummary

Return

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


@JvmName(name = "searchFlowExecutionsResponseFlowExecutionSummary")
fun Flow<SearchFlowExecutionsResponse>.summaries(): Flow<FlowExecutionSummary>

This paginator transforms the flow returned by searchFlowExecutionsPaginated to access the nested member FlowExecutionSummary

Return

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


@JvmName(name = "searchFlowTemplatesResponseFlowTemplateSummary")
fun Flow<SearchFlowTemplatesResponse>.summaries(): Flow<FlowTemplateSummary>

This paginator transforms the flow returned by searchFlowTemplatesPaginated to access the nested member FlowTemplateSummary

Return

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


@JvmName(name = "searchSystemInstancesResponseSystemInstanceSummary")
fun Flow<SearchSystemInstancesResponse>.summaries(): Flow<SystemInstanceSummary>

This paginator transforms the flow returned by searchSystemInstancesPaginated to access the nested member SystemInstanceSummary

Return

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


@JvmName(name = "searchSystemTemplatesResponseSystemTemplateSummary")
fun Flow<SearchSystemTemplatesResponse>.summaries(): Flow<SystemTemplateSummary>

This paginator transforms the flow returned by searchSystemTemplatesPaginated to access the nested member SystemTemplateSummary

Return

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