routes

@JvmName(name = "describeClientVpnRoutesResponseClientVpnRoute")
fun Flow<DescribeClientVpnRoutesResponse>.routes(): Flow<ClientVpnRoute>

This paginator transforms the flow returned by describeClientVpnRoutesPaginated to access the nested member ClientVpnRoute

Return

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


@JvmName(name = "searchLocalGatewayRoutesResponseLocalGatewayRoute")
fun Flow<SearchLocalGatewayRoutesResponse>.routes(): Flow<LocalGatewayRoute>

This paginator transforms the flow returned by searchLocalGatewayRoutesPaginated to access the nested member LocalGatewayRoute

Return

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