policies

@JvmName(name = "listAttachedPoliciesResponsePolicy")
fun Flow<ListAttachedPoliciesResponse>.policies(): Flow<Policy>

This paginator transforms the flow returned by listAttachedPoliciesPaginated to access the nested member Policy

Return

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


@JvmName(name = "listPoliciesResponsePolicy")
fun Flow<ListPoliciesResponse>.policies(): Flow<Policy>

This paginator transforms the flow returned by listPoliciesPaginated to access the nested member Policy

Return

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


@JvmName(name = "listPrincipalPoliciesResponsePolicy")
fun Flow<ListPrincipalPoliciesResponse>.policies(): Flow<Policy>

This paginator transforms the flow returned by listPrincipalPoliciesPaginated to access the nested member Policy

Return

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