items

@JvmName(name = "listChannelGroupsResponseChannelGroupListConfiguration")
fun Flow<ListChannelGroupsResponse>.items(): Flow<ChannelGroupListConfiguration>

This paginator transforms the flow returned by listChannelGroupsPaginated to access the nested member ChannelGroupListConfiguration

Return

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


@JvmName(name = "listChannelsResponseChannelListConfiguration")
fun Flow<ListChannelsResponse>.items(): Flow<ChannelListConfiguration>

This paginator transforms the flow returned by listChannelsPaginated to access the nested member ChannelListConfiguration

Return

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


@JvmName(name = "listHarvestJobsResponseHarvestJob")
fun Flow<ListHarvestJobsResponse>.items(): Flow<HarvestJob>

This paginator transforms the flow returned by listHarvestJobsPaginated to access the nested member HarvestJob

Return

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


@JvmName(name = "listOriginEndpointsResponseOriginEndpointListConfiguration")
fun Flow<ListOriginEndpointsResponse>.items(): Flow<OriginEndpointListConfiguration>

This paginator transforms the flow returned by listOriginEndpointsPaginated to access the nested member OriginEndpointListConfiguration

Return

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