Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listGatewaysResponseGateway")
fun Flow<ListGatewaysResponse>.gateways(): Flow<Gateway>

This paginator transforms the flow returned by listGatewaysPaginated to access the nested member Gateway

Link copied to clipboard
@JvmName(name = "listHypervisorsResponseHypervisor")
fun Flow<ListHypervisorsResponse>.hypervisors(): Flow<Hypervisor>

This paginator transforms the flow returned by listHypervisorsPaginated to access the nested member Hypervisor

Link copied to clipboard
@JvmName(name = "listVirtualMachinesResponseVirtualMachine")
fun Flow<ListVirtualMachinesResponse>.virtualMachines(): Flow<VirtualMachine>

This paginator transforms the flow returned by listVirtualMachinesPaginated to access the nested member VirtualMachine