Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.InvokeInlineAgentResponseHandler
Packages that use InvokeInlineAgentResponseHandler
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of InvokeInlineAgentResponseHandler in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime with parameters of type InvokeInlineAgentResponseHandlerModifier and TypeMethodDescriptiondefault CompletableFuture<Void>BedrockAgentRuntimeAsyncClient.invokeInlineAgent(Consumer<InvokeInlineAgentRequest.Builder> invokeInlineAgentRequest, InvokeInlineAgentResponseHandler asyncResponseHandler) Invokes an inline Amazon Bedrock agent using the configurations you provide with the request.default CompletableFuture<Void>BedrockAgentRuntimeAsyncClient.invokeInlineAgent(InvokeInlineAgentRequest invokeInlineAgentRequest, InvokeInlineAgentResponseHandler asyncResponseHandler) Invokes an inline Amazon Bedrock agent using the configurations you provide with the request. -
Uses of InvokeInlineAgentResponseHandler in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InvokeInlineAgentResponseHandler