delegatedAdminAccounts

@JvmName(name = "listDelegatedAdminAccountsResponseDelegatedAdminAccount")
fun Flow<ListDelegatedAdminAccountsResponse>.delegatedAdminAccounts(): Flow<DelegatedAdminAccount>

This paginator transforms the flow returned by listDelegatedAdminAccountsPaginated to access the nested member DelegatedAdminAccount

Return

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