Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.InvokeAgentRuntimeCommandResponseHandler
Packages that use InvokeAgentRuntimeCommandResponseHandler
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of InvokeAgentRuntimeCommandResponseHandler in software.amazon.awssdk.services.bedrockagentcore
Methods in software.amazon.awssdk.services.bedrockagentcore with parameters of type InvokeAgentRuntimeCommandResponseHandlerModifier and TypeMethodDescriptiondefault CompletableFuture<Void>BedrockAgentCoreAsyncClient.invokeAgentRuntimeCommand(Consumer<InvokeAgentRuntimeCommandRequest.Builder> invokeAgentRuntimeCommandRequest, InvokeAgentRuntimeCommandResponseHandler asyncResponseHandler) Executes a command in a runtime session container and streams the output back to the caller.default CompletableFuture<Void>BedrockAgentCoreAsyncClient.invokeAgentRuntimeCommand(InvokeAgentRuntimeCommandRequest invokeAgentRuntimeCommandRequest, InvokeAgentRuntimeCommandResponseHandler asyncResponseHandler) Executes a command in a runtime session container and streams the output back to the caller. -
Uses of InvokeAgentRuntimeCommandResponseHandler in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return InvokeAgentRuntimeCommandResponseHandler