Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.StopRuntimeSessionResponse
Packages that use StopRuntimeSessionResponse
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of StopRuntimeSessionResponse in software.amazon.awssdk.services.bedrockagentcore
Methods in software.amazon.awssdk.services.bedrockagentcore that return StopRuntimeSessionResponseModifier and TypeMethodDescriptiondefault 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.Methods in software.amazon.awssdk.services.bedrockagentcore that return types with arguments of type StopRuntimeSessionResponseModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.stopRuntimeSession(Consumer<StopRuntimeSessionRequest.Builder> stopRuntimeSessionRequest) Stops a session that is running in an running AgentCore Runtime agent.BedrockAgentCoreAsyncClient.stopRuntimeSession(StopRuntimeSessionRequest stopRuntimeSessionRequest) Stops a session that is running in an running AgentCore Runtime agent.