items

@JvmName(name = "listDomainLayoutsResponseLayoutItem")
fun Flow<ListDomainLayoutsResponse>.items(): Flow<LayoutItem>

This paginator transforms the flow returned by listDomainLayoutsPaginated to access the nested member LayoutItem

Return

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


@JvmName(name = "listEventStreamsResponseEventStreamSummary")
fun Flow<ListEventStreamsResponse>.items(): Flow<EventStreamSummary>

This paginator transforms the flow returned by listEventStreamsPaginated to access the nested member EventStreamSummary

Return

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


@JvmName(name = "listEventTriggersResponseEventTriggerSummaryItem")
fun Flow<ListEventTriggersResponse>.items(): Flow<EventTriggerSummaryItem>

This paginator transforms the flow returned by listEventTriggersPaginated to access the nested member EventTriggerSummaryItem

Return

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


@JvmName(name = "listObjectTypeAttributesResponseListObjectTypeAttributeItem")
fun Flow<ListObjectTypeAttributesResponse>.items(): Flow<ListObjectTypeAttributeItem>

This paginator transforms the flow returned by listObjectTypeAttributesPaginated to access the nested member ListObjectTypeAttributeItem

Return

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


@JvmName(name = "listSegmentDefinitionsResponseSegmentDefinitionItem")
fun Flow<ListSegmentDefinitionsResponse>.items(): Flow<SegmentDefinitionItem>

This paginator transforms the flow returned by listSegmentDefinitionsPaginated to access the nested member SegmentDefinitionItem

Return

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


@JvmName(name = "listUploadJobsResponseUploadJobItem")
fun Flow<ListUploadJobsResponse>.items(): Flow<UploadJobItem>

This paginator transforms the flow returned by listUploadJobsPaginated to access the nested member UploadJobItem

Return

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