permissionSets

@JvmName(name = "listPermissionSetsResponsePermissionSetArn")
fun Flow<ListPermissionSetsResponse>.permissionSets(): Flow<String>

This paginator transforms the flow returned by listPermissionSetsPaginated to access the nested member PermissionSetArn

Return

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


@JvmName(name = "listPermissionSetsProvisionedToAccountResponsePermissionSetArn")
fun Flow<ListPermissionSetsProvisionedToAccountResponse>.permissionSets(): Flow<String>

This paginator transforms the flow returned by listPermissionSetsProvisionedToAccountPaginated to access the nested member PermissionSetArn

Return

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