Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.InvokeAgentRuntimeCommandRequest.Builder
Packages that use InvokeAgentRuntimeCommandRequest.Builder
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of InvokeAgentRuntimeCommandRequest.Builder in software.amazon.awssdk.services.bedrockagentcore
Method parameters in software.amazon.awssdk.services.bedrockagentcore with type arguments of type InvokeAgentRuntimeCommandRequest.BuilderModifier 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. -
Uses of InvokeAgentRuntimeCommandRequest.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return InvokeAgentRuntimeCommandRequest.BuilderModifier and TypeMethodDescriptionThe desired MIME type for the response from the agent runtime command.The identifier of the Amazon Web Services account for the agent runtime resource.InvokeAgentRuntimeCommandRequest.Builder.agentRuntimeArn(String agentRuntimeArn) The Amazon Resource Name (ARN) of the agent runtime on which to execute the command.Additional context information for distributed tracing.InvokeAgentRuntimeCommandRequest.Builder.body(Consumer<InvokeAgentRuntimeCommandRequestBody.Builder> body) The request body containing the command to execute and optional configuration parameters such as timeout settings.InvokeAgentRuntimeCommandRequest.Builder.body(InvokeAgentRuntimeCommandRequestBody body) The request body containing the command to execute and optional configuration parameters such as timeout settings.InvokeAgentRuntimeCommandRequest.builder()InvokeAgentRuntimeCommandRequest.Builder.contentType(String contentType) The MIME type of the input data in the request payload.InvokeAgentRuntimeCommandRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) InvokeAgentRuntimeCommandRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The qualifier to use for the agent runtime.InvokeAgentRuntimeCommandRequest.Builder.runtimeSessionId(String runtimeSessionId) The unique identifier of the runtime session in which to execute the command.InvokeAgentRuntimeCommandRequest.toBuilder()The trace identifier for request tracking.InvokeAgentRuntimeCommandRequest.Builder.traceParent(String traceParent) The parent trace information for distributed tracing.InvokeAgentRuntimeCommandRequest.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 InvokeAgentRuntimeCommandRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InvokeAgentRuntimeCommandRequest.Builder>InvokeAgentRuntimeCommandRequest.serializableBuilderClass()