Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listChannelsResponseChannel")
fun Flow<ListChannelsResponse>.channels(): Flow<Channel>

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

Link copied to clipboard
@JvmName(name = "listHarvestJobsResponseHarvestJob")
fun Flow<ListHarvestJobsResponse>.harvestJobs(): Flow<HarvestJob>

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

Link copied to clipboard
@JvmName(name = "listOriginEndpointsResponseOriginEndpoint")
fun Flow<ListOriginEndpointsResponse>.originEndpoints(): Flow<OriginEndpoint>

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