Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "searchEntitiesResponseEntityDescription")
fun Flow<SearchEntitiesResponse>.descriptions(): Flow<EntityDescription>

This paginator transforms the flow returned by searchEntitiesPaginated to access the nested member EntityDescription

Link copied to clipboard
@JvmName(name = "listFlowExecutionMessagesResponseFlowExecutionMessage")
fun Flow<ListFlowExecutionMessagesResponse>.messages(): Flow<FlowExecutionMessage>

This paginator transforms the flow returned by listFlowExecutionMessagesPaginated to access the nested member FlowExecutionMessage

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

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

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

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

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

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

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

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

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

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

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

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

Link copied to clipboard
@JvmName(name = "listTagsForResourceResponseTag")
fun Flow<ListTagsForResourceResponse>.tags(): Flow<Tag>

This paginator transforms the flow returned by listTagsForResourcePaginated to access the nested member Tag

Link copied to clipboard
@JvmName(name = "searchThingsResponseThing")
fun Flow<SearchThingsResponse>.things(): Flow<Thing>

This paginator transforms the flow returned by searchThingsPaginated to access the nested member Thing