gatewayIds

@JvmName(name = "listRequesterGatewaysResponseGatewayId")
fun Flow<ListRequesterGatewaysResponse>.gatewayIds(): Flow<String>

This paginator transforms the flow returned by listRequesterGatewaysPaginated to access the nested member GatewayId

Return

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


@JvmName(name = "listResponderGatewaysResponseGatewayId")
fun Flow<ListResponderGatewaysResponse>.gatewayIds(): Flow<String>

This paginator transforms the flow returned by listResponderGatewaysPaginated to access the nested member GatewayId

Return

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