endpointGroups

@JvmName(name = "listCustomRoutingEndpointGroupsResponseCustomRoutingEndpointGroup")
fun Flow<ListCustomRoutingEndpointGroupsResponse>.endpointGroups(): Flow<CustomRoutingEndpointGroup>

This paginator transforms the flow returned by listCustomRoutingEndpointGroupsPaginated to access the nested member CustomRoutingEndpointGroup

Return

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


@JvmName(name = "listEndpointGroupsResponseEndpointGroup")
fun Flow<ListEndpointGroupsResponse>.endpointGroups(): Flow<EndpointGroup>

This paginator transforms the flow returned by listEndpointGroupsPaginated to access the nested member EndpointGroup

Return

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