endpoints

@JvmName(name = "listManagedEndpointsResponseEndpoint")
fun Flow<ListManagedEndpointsResponse>.endpoints(): Flow<Endpoint>

This paginator transforms the flow returned by listManagedEndpointsPaginated to access the nested member Endpoint

Return

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