Package-level declarations
Inherited functions
Link copied to clipboard
This paginator transforms the flow returned by listChannelsPaginated to access the nested member Channel
Link copied to clipboard
This paginator transforms the flow returned by listHarvestJobsPaginated to access the nested member HarvestJob
Link copied to clipboard
fun MediaPackageClient.listChannelsPaginated(initialRequest: ListChannelsRequest = ListChannelsRequest { }): Flow<ListChannelsResponse>
fun MediaPackageClient.listChannelsPaginated(block: ListChannelsRequest.Builder.() -> Unit): Flow<ListChannelsResponse>
Paginate over ListChannelsResponse results.
Link copied to clipboard
fun MediaPackageClient.listHarvestJobsPaginated(initialRequest: ListHarvestJobsRequest = ListHarvestJobsRequest { }): Flow<ListHarvestJobsResponse>
fun MediaPackageClient.listHarvestJobsPaginated(block: ListHarvestJobsRequest.Builder.() -> Unit): Flow<ListHarvestJobsResponse>
Paginate over ListHarvestJobsResponse results.
Link copied to clipboard
fun MediaPackageClient.listOriginEndpointsPaginated(initialRequest: ListOriginEndpointsRequest = ListOriginEndpointsRequest { }): Flow<ListOriginEndpointsResponse>
fun MediaPackageClient.listOriginEndpointsPaginated(block: ListOriginEndpointsRequest.Builder.() -> Unit): Flow<ListOriginEndpointsResponse>
Paginate over ListOriginEndpointsResponse results.
Link copied to clipboard
This paginator transforms the flow returned by listOriginEndpointsPaginated to access the nested member OriginEndpoint