dnsViews

@JvmName(name = "listDnsViewsResponseDnsViewSummary")
fun Flow<ListDnsViewsResponse>.dnsViews(): Flow<DnsViewSummary>

This paginator transforms the flow returned by listDnsViewsPaginated to access the nested member DnsViewSummary

Return

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


@JvmName(name = "listSharedDnsViewsResponseSharedDnsViewSummary")
fun Flow<ListSharedDnsViewsResponse>.dnsViews(): Flow<SharedDnsViewSummary>

This paginator transforms the flow returned by listSharedDnsViewsPaginated to access the nested member SharedDnsViewSummary

Return

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