Package-level declarations

Functions

Link copied to clipboard
@JvmName(name = "listAccountsResponseAccountInfo")
fun Flow<ListAccountsResponse>.accountList(): Flow<AccountInfo>

This paginator transforms the flow returned by listAccountsPaginated to access the nested member AccountInfo

Link copied to clipboard
@JvmName(name = "listAccountRolesResponseRoleInfo")
fun Flow<ListAccountRolesResponse>.roleList(): Flow<RoleInfo>

This paginator transforms the flow returned by listAccountRolesPaginated to access the nested member RoleInfo