Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.StopRuntimeSessionRequest.Builder
Packages that use StopRuntimeSessionRequest.Builder
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of StopRuntimeSessionRequest.Builder in software.amazon.awssdk.services.bedrockagentcore
Method parameters in software.amazon.awssdk.services.bedrockagentcore with type arguments of type StopRuntimeSessionRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.stopRuntimeSession(Consumer<StopRuntimeSessionRequest.Builder> stopRuntimeSessionRequest) Stops a session that is running in an running AgentCore Runtime agent.default StopRuntimeSessionResponseBedrockAgentCoreClient.stopRuntimeSession(Consumer<StopRuntimeSessionRequest.Builder> stopRuntimeSessionRequest) Stops a session that is running in an running AgentCore Runtime agent. -
Uses of StopRuntimeSessionRequest.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return StopRuntimeSessionRequest.BuilderModifier and TypeMethodDescriptionStopRuntimeSessionRequest.Builder.agentRuntimeArn(String agentRuntimeArn) The ARN of the agent that contains the session that you want to stop.StopRuntimeSessionRequest.builder()StopRuntimeSessionRequest.Builder.clientToken(String clientToken) Idempotent token used to identify the request.StopRuntimeSessionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StopRuntimeSessionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Optional qualifier to specify an agent alias, such asprodcode> ordev.StopRuntimeSessionRequest.Builder.runtimeSessionId(String runtimeSessionId) The ID of the session that you want to stop.StopRuntimeSessionRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type StopRuntimeSessionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StopRuntimeSessionRequest.Builder>StopRuntimeSessionRequest.serializableBuilderClass()