agentRuntimes

@JvmName(name = "listAgentRuntimesResponseAgent")
fun Flow<ListAgentRuntimesResponse>.agentRuntimes(): Flow<Agent>

This paginator transforms the flow returned by listAgentRuntimesPaginated to access the nested member Agent

Return

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


@JvmName(name = "listAgentRuntimeVersionsResponseAgent")
fun Flow<ListAgentRuntimeVersionsResponse>.agentRuntimes(): Flow<Agent>

This paginator transforms the flow returned by listAgentRuntimeVersionsPaginated to access the nested member Agent

Return

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