Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listGroupsForMemberResponseGroupSummary")
fun Flow<ListGroupsForMemberResponse>.groups(): Flow<GroupSummary>

This paginator transforms the flow returned by listGroupsForMemberPaginated to access the nested member GroupSummary

@JvmName(name = "listGroupsResponseGroupSummary")
fun Flow<ListGroupsResponse>.groups(): Flow<GroupSummary>

This paginator transforms the flow returned by listGroupsPaginated to access the nested member GroupSummary

@JvmName(name = "searchGroupsResponseGroup")
fun Flow<SearchGroupsResponse>.groups(): Flow<Group>

This paginator transforms the flow returned by searchGroupsPaginated to access the nested member Group

Link copied to clipboard
@JvmName(name = "listGroupMembersResponseMember")
fun Flow<ListGroupMembersResponse>.members(): Flow<Member>

This paginator transforms the flow returned by listGroupMembersPaginated to access the nested member Member

Link copied to clipboard
@JvmName(name = "listUsersResponseUserSummary")
fun Flow<ListUsersResponse>.users(): Flow<UserSummary>

This paginator transforms the flow returned by listUsersPaginated to access the nested member UserSummary

@JvmName(name = "searchUsersResponseUser")
fun Flow<SearchUsersResponse>.users(): Flow<User>

This paginator transforms the flow returned by searchUsersPaginated to access the nested member User