Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "describeImagesResponseImageDetail")
fun Flow<DescribeImagesResponse>.imageDetails(): Flow<ImageDetail>

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

Link copied to clipboard
@JvmName(name = "describeImageTagsResponseImageTagDetail")
fun Flow<DescribeImageTagsResponse>.imageTagDetails(): Flow<ImageTagDetail>

This paginator transforms the flow returned by describeImageTagsPaginated to access the nested member ImageTagDetail

Link copied to clipboard
@JvmName(name = "describeRegistriesResponseRegistry")
fun Flow<DescribeRegistriesResponse>.registries(): Flow<Registry>

This paginator transforms the flow returned by describeRegistriesPaginated to access the nested member Registry

Link copied to clipboard
@JvmName(name = "describeRepositoriesResponseRepository")
fun Flow<DescribeRepositoriesResponse>.repositories(): Flow<Repository>

This paginator transforms the flow returned by describeRepositoriesPaginated to access the nested member Repository