imageSummaryList

@JvmName(name = "listImageBuildVersionsResponseImageSummary")
fun Flow<ListImageBuildVersionsResponse>.imageSummaryList(): Flow<ImageSummary>

This paginator transforms the flow returned by listImageBuildVersionsPaginated to access the nested member ImageSummary

Return

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


@JvmName(name = "listImagePipelineImagesResponseImageSummary")
fun Flow<ListImagePipelineImagesResponse>.imageSummaryList(): Flow<ImageSummary>

This paginator transforms the flow returned by listImagePipelineImagesPaginated to access the nested member ImageSummary

Return

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