Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.InvokeAgentRuntimeRequest
Packages that use InvokeAgentRuntimeRequest
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of InvokeAgentRuntimeRequest in software.amazon.awssdk.services.bedrockagentcore
Methods in software.amazon.awssdk.services.bedrockagentcore with parameters of type InvokeAgentRuntimeRequestModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.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> CompletableFuture<ReturnT>BedrockAgentCoreAsyncClient.invokeAgentRuntime(InvokeAgentRuntimeRequest invokeAgentRuntimeRequest, AsyncResponseTransformer<InvokeAgentRuntimeResponse, ReturnT> asyncResponseTransformer) 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(InvokeAgentRuntimeRequest invokeAgentRuntimeRequest) Sends a request to an agent or tool hosted in an Amazon Bedrock AgentCore Runtime and receives responses in real-time. -
Uses of InvokeAgentRuntimeRequest in software.amazon.awssdk.services.bedrockagentcore.transform
Methods in software.amazon.awssdk.services.bedrockagentcore.transform with parameters of type InvokeAgentRuntimeRequestModifier and TypeMethodDescriptionInvokeAgentRuntimeRequestMarshaller.marshall(InvokeAgentRuntimeRequest invokeAgentRuntimeRequest)