AWS SDK for Kotlin
Toggle table of contents
1.9.9
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
agentregistrycontrol
/
aws.sdk.kotlin.services.agentregistrycontrol.model
/
AgentCoreRuntimeServerProtocol
Agent
Core
Runtime
Server
Protocol
sealed
class
AgentCoreRuntimeServerProtocol
The server protocol used by an AgentCore Runtime.
Inheritors
A2A
Agui
Http
Mcp
SdkUnknown
Members
Types
A2A
Link copied to clipboard
object
A2A
:
AgentCoreRuntimeServerProtocol
Agui
Link copied to clipboard
object
Agui
:
AgentCoreRuntimeServerProtocol
Companion
Link copied to clipboard
object
Companion
Http
Link copied to clipboard
object
Http
:
AgentCoreRuntimeServerProtocol
Mcp
Link copied to clipboard
object
Mcp
:
AgentCoreRuntimeServerProtocol
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AgentCoreRuntimeServerProtocol
Properties
value
Link copied to clipboard
abstract
val
value
:
String