items

@JvmName(name = "listGatewaysResponseGatewaySummary")
fun Flow<ListGatewaysResponse>.items(): Flow<GatewaySummary>

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

Return

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


@JvmName(name = "listGatewayTargetsResponseTargetSummary")
fun Flow<ListGatewayTargetsResponse>.items(): Flow<TargetSummary>

This paginator transforms the flow returned by listGatewayTargetsPaginated to access the nested member TargetSummary

Return

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