Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.InvokeAgentRuntimeRequest.Builder
Packages that use InvokeAgentRuntimeRequest.Builder
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of InvokeAgentRuntimeRequest.Builder in software.amazon.awssdk.services.bedrockagentcore
Method parameters in software.amazon.awssdk.services.bedrockagentcore with type arguments of type InvokeAgentRuntimeRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.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> CompletableFuture<ReturnT>BedrockAgentCoreAsyncClient.invokeAgentRuntime(Consumer<InvokeAgentRuntimeRequest.Builder> 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(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.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. -
Uses of InvokeAgentRuntimeRequest.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return InvokeAgentRuntimeRequest.BuilderModifier and TypeMethodDescriptionThe desired MIME type for the response from the agent runtime.The identifier of the Amazon Web Services account for the agent runtime resource.InvokeAgentRuntimeRequest.Builder.agentRuntimeArn(String agentRuntimeArn) The identifier of the agent runtime to invoke.Additional context information for distributed tracing.InvokeAgentRuntimeRequest.builder()InvokeAgentRuntimeRequest.Builder.contentType(String contentType) The MIME type of the input data in the payload.InvokeAgentRuntimeRequest.Builder.mcpProtocolVersion(String mcpProtocolVersion) The version of the MCP protocol being used.InvokeAgentRuntimeRequest.Builder.mcpSessionId(String mcpSessionId) The identifier of the MCP session.InvokeAgentRuntimeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) InvokeAgentRuntimeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The input data to send to the agent runtime.The qualifier to use for the agent runtime.InvokeAgentRuntimeRequest.Builder.runtimeSessionId(String runtimeSessionId) The identifier of the runtime session.InvokeAgentRuntimeRequest.Builder.runtimeUserId(String runtimeUserId) The identifier of the runtime user.InvokeAgentRuntimeRequest.toBuilder()The trace identifier for request tracking.InvokeAgentRuntimeRequest.Builder.traceParent(String traceParent) The parent trace information for distributed tracing.InvokeAgentRuntimeRequest.Builder.traceState(String traceState) The trace state information for distributed tracing.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type InvokeAgentRuntimeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InvokeAgentRuntimeRequest.Builder>InvokeAgentRuntimeRequest.serializableBuilderClass()