templates

@JvmName(name = "listEnvironmentTemplatesResponseEnvironmentTemplateSummary")
fun Flow<ListEnvironmentTemplatesResponse>.templates(): Flow<EnvironmentTemplateSummary>

This paginator transforms the flow returned by listEnvironmentTemplatesPaginated to access the nested member EnvironmentTemplateSummary

Return

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


@JvmName(name = "listServiceTemplatesResponseServiceTemplateSummary")
fun Flow<ListServiceTemplatesResponse>.templates(): Flow<ServiceTemplateSummary>

This paginator transforms the flow returned by listServiceTemplatesPaginated to access the nested member ServiceTemplateSummary

Return

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