policies

@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 = "listPolicySummariesResponsePolicySummary")
fun Flow<ListPolicySummariesResponse>.policies(): Flow<PolicySummary>

This paginator transforms the flow returned by listPolicySummariesPaginated to access the nested member PolicySummary

Return

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