Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.StopCodeInterpreterSessionResponse
Packages that use StopCodeInterpreterSessionResponse
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of StopCodeInterpreterSessionResponse in software.amazon.awssdk.services.bedrockagentcore
Methods in software.amazon.awssdk.services.bedrockagentcore that return StopCodeInterpreterSessionResponseModifier and TypeMethodDescriptionBedrockAgentCoreClient.stopCodeInterpreterSession(Consumer<StopCodeInterpreterSessionRequest.Builder> stopCodeInterpreterSessionRequest) Terminates an active code interpreter session in Amazon Bedrock AgentCore.BedrockAgentCoreClient.stopCodeInterpreterSession(StopCodeInterpreterSessionRequest stopCodeInterpreterSessionRequest) Terminates an active code interpreter session in Amazon Bedrock AgentCore.Methods in software.amazon.awssdk.services.bedrockagentcore that return types with arguments of type StopCodeInterpreterSessionResponseModifier and TypeMethodDescriptionBedrockAgentCoreAsyncClient.stopCodeInterpreterSession(Consumer<StopCodeInterpreterSessionRequest.Builder> stopCodeInterpreterSessionRequest) Terminates an active code interpreter session in Amazon Bedrock AgentCore.BedrockAgentCoreAsyncClient.stopCodeInterpreterSession(StopCodeInterpreterSessionRequest stopCodeInterpreterSessionRequest) Terminates an active code interpreter session in Amazon Bedrock AgentCore.