policyNames

@JvmName(name = "listGroupPoliciesResponsePolicyNameType")
fun Flow<ListGroupPoliciesResponse>.policyNames(): Flow<String>

This paginator transforms the flow returned by listGroupPoliciesPaginated to access the nested member PolicyNameType

Return

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


@JvmName(name = "listRolePoliciesResponsePolicyNameType")
fun Flow<ListRolePoliciesResponse>.policyNames(): Flow<String>

This paginator transforms the flow returned by listRolePoliciesPaginated to access the nested member PolicyNameType

Return

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


@JvmName(name = "listUserPoliciesResponsePolicyNameType")
fun Flow<ListUserPoliciesResponse>.policyNames(): Flow<String>

This paginator transforms the flow returned by listUserPoliciesPaginated to access the nested member PolicyNameType

Return

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