accountAssignments

@JvmName(name = "listAccountAssignmentsResponseAccountAssignment")
fun Flow<ListAccountAssignmentsResponse>.accountAssignments(): Flow<AccountAssignment>

This paginator transforms the flow returned by listAccountAssignmentsPaginated to access the nested member AccountAssignment

Return

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


@JvmName(name = "listAccountAssignmentsForPrincipalResponseAccountAssignmentForPrincipal")
fun Flow<ListAccountAssignmentsForPrincipalResponse>.accountAssignments(): Flow<AccountAssignmentForPrincipal>

This paginator transforms the flow returned by listAccountAssignmentsForPrincipalPaginated to access the nested member AccountAssignmentForPrincipal

Return

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