prefixLists

@JvmName(name = "describeManagedPrefixListsResponseManagedPrefixList")
fun Flow<DescribeManagedPrefixListsResponse>.prefixLists(): Flow<ManagedPrefixList>

This paginator transforms the flow returned by describeManagedPrefixListsPaginated to access the nested member ManagedPrefixList

Return

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


@JvmName(name = "describePrefixListsResponsePrefixList")
fun Flow<DescribePrefixListsResponse>.prefixLists(): Flow<PrefixList>

This paginator transforms the flow returned by describePrefixListsPaginated to access the nested member PrefixList

Return

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