agentRuntimes

@JvmName(name = "listAgentRuntimesResponseAgentRuntime")
fun Flow<ListAgentRuntimesResponse>.agentRuntimes(): Flow<AgentRuntime>

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

Return

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


@JvmName(name = "listAgentRuntimeVersionsResponseAgentRuntime")
fun Flow<ListAgentRuntimeVersionsResponse>.agentRuntimes(): Flow<AgentRuntime>

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

Return

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