Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listBlockedGuestUsersResponseBlockedGuestUser")
fun Flow<ListBlockedGuestUsersResponse>.blocklist(): Flow<BlockedGuestUser>

This paginator transforms the flow returned by listBlockedGuestUsersPaginated to access the nested member BlockedGuestUser

Link copied to clipboard
@JvmName(name = "listBotsResponseBot")
fun Flow<ListBotsResponse>.bots(): Flow<Bot>

This paginator transforms the flow returned by listBotsPaginated to access the nested member Bot

Link copied to clipboard
@JvmName(name = "listDevicesForUserResponseBasicDeviceObject")
fun Flow<ListDevicesForUserResponse>.devices(): Flow<BasicDeviceObject>

This paginator transforms the flow returned by listDevicesForUserPaginated to access the nested member BasicDeviceObject

Link copied to clipboard
@JvmName(name = "listGuestUsersResponseGuestUser")
fun Flow<ListGuestUsersResponse>.guestlist(): Flow<GuestUser>

This paginator transforms the flow returned by listGuestUsersPaginated to access the nested member GuestUser

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@JvmName(name = "listNetworksResponseNetwork")
fun Flow<ListNetworksResponse>.networks(): Flow<Network>

This paginator transforms the flow returned by listNetworksPaginated to access the nested member Network

Link copied to clipboard
@JvmName(name = "listSecurityGroupsResponseSecurityGroup")
fun Flow<ListSecurityGroupsResponse>.securityGroups(): Flow<SecurityGroup>

This paginator transforms the flow returned by listSecurityGroupsPaginated to access the nested member SecurityGroup

Link copied to clipboard
@JvmName(name = "listSecurityGroupUsersResponseUser")
fun Flow<ListSecurityGroupUsersResponse>.users(): Flow<User>

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

@JvmName(name = "listUsersResponseUser")
fun Flow<ListUsersResponse>.users(): Flow<User>

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