endpoints

@JvmName(name = "describeEndpointsResponseEndpoint")
fun Flow<DescribeEndpointsResponse>.endpoints(): Flow<Endpoint>

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

Return

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