addons

@JvmName(name = "describeAddonVersionsResponseAddonInfo")
fun Flow<DescribeAddonVersionsResponse>.addons(): Flow<AddonInfo>

This paginator transforms the flow returned by describeAddonVersionsPaginated to access the nested member AddonInfo

Return

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


@JvmName(name = "listAddonsResponseString")
fun Flow<ListAddonsResponse>.addons(): Flow<String>

This paginator transforms the flow returned by listAddonsPaginated to access the nested member String

Return

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