images

@JvmName(name = "describeImagesResponseImage")
fun Flow<DescribeImagesResponse>.images(): Flow<Image>

This paginator transforms the flow returned by describeImagesPaginated to access the nested member Image

Return

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


@JvmName(name = "listImagesInRecycleBinResponseImageRecycleBinInfo")
fun Flow<ListImagesInRecycleBinResponse>.images(): Flow<ImageRecycleBinInfo>

This paginator transforms the flow returned by listImagesInRecycleBinPaginated to access the nested member ImageRecycleBinInfo

Return

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