Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.RuntimeClientErrorException
Packages that use RuntimeClientErrorException
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of RuntimeClientErrorException in software.amazon.awssdk.services.bedrockagentcore
Methods in software.amazon.awssdk.services.bedrockagentcore that throw RuntimeClientErrorExceptionModifier and TypeMethodDescriptiondefault GetAgentCardResponseBedrockAgentCoreClient.getAgentCard(Consumer<GetAgentCardRequest.Builder> getAgentCardRequest) Retrieves the A2A agent card associated with an AgentCore Runtime agent.default GetAgentCardResponseBedrockAgentCoreClient.getAgentCard(GetAgentCardRequest getAgentCardRequest) Retrieves the A2A agent card associated with an AgentCore Runtime agent.BedrockAgentCoreClient.invokeAgentRuntime(Consumer<InvokeAgentRuntimeRequest.Builder> invokeAgentRuntimeRequest) Sends a request to an agent or tool hosted in an Amazon Bedrock AgentCore Runtime and receives responses in real-time.default InvokeAgentRuntimeResponseBedrockAgentCoreClient.invokeAgentRuntime(Consumer<InvokeAgentRuntimeRequest.Builder> invokeAgentRuntimeRequest, Path destinationPath) Sends a request to an agent or tool hosted in an Amazon Bedrock AgentCore Runtime and receives responses in real-time.default <ReturnT> ReturnTBedrockAgentCoreClient.invokeAgentRuntime(Consumer<InvokeAgentRuntimeRequest.Builder> invokeAgentRuntimeRequest, ResponseTransformer<InvokeAgentRuntimeResponse, ReturnT> responseTransformer) Sends a request to an agent or tool hosted in an Amazon Bedrock AgentCore Runtime and receives responses in real-time.BedrockAgentCoreClient.invokeAgentRuntime(InvokeAgentRuntimeRequest invokeAgentRuntimeRequest) Sends a request to an agent or tool hosted in an Amazon Bedrock AgentCore Runtime and receives responses in real-time.default InvokeAgentRuntimeResponseBedrockAgentCoreClient.invokeAgentRuntime(InvokeAgentRuntimeRequest invokeAgentRuntimeRequest, Path destinationPath) Sends a request to an agent or tool hosted in an Amazon Bedrock AgentCore Runtime and receives responses in real-time.default <ReturnT> ReturnTBedrockAgentCoreClient.invokeAgentRuntime(InvokeAgentRuntimeRequest invokeAgentRuntimeRequest, ResponseTransformer<InvokeAgentRuntimeResponse, ReturnT> responseTransformer) Sends a request to an agent or tool hosted in an Amazon Bedrock AgentCore Runtime and receives responses in real-time.default ResponseBytes<InvokeAgentRuntimeResponse>BedrockAgentCoreClient.invokeAgentRuntimeAsBytes(Consumer<InvokeAgentRuntimeRequest.Builder> invokeAgentRuntimeRequest) Sends a request to an agent or tool hosted in an Amazon Bedrock AgentCore Runtime and receives responses in real-time.default ResponseBytes<InvokeAgentRuntimeResponse>BedrockAgentCoreClient.invokeAgentRuntimeAsBytes(InvokeAgentRuntimeRequest invokeAgentRuntimeRequest) Sends a request to an agent or tool hosted in an Amazon Bedrock AgentCore Runtime and receives responses in real-time.default StopRuntimeSessionResponseBedrockAgentCoreClient.stopRuntimeSession(Consumer<StopRuntimeSessionRequest.Builder> stopRuntimeSessionRequest) Stops a session that is running in an running AgentCore Runtime agent.default StopRuntimeSessionResponseBedrockAgentCoreClient.stopRuntimeSession(StopRuntimeSessionRequest stopRuntimeSessionRequest) Stops a session that is running in an running AgentCore Runtime agent.