Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.EndSessionResponse
Packages that use EndSessionResponse
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of EndSessionResponse in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime that return EndSessionResponseModifier and TypeMethodDescriptiondefault EndSessionResponseBedrockAgentRuntimeClient.endSession(Consumer<EndSessionRequest.Builder> endSessionRequest) Ends the session.default EndSessionResponseBedrockAgentRuntimeClient.endSession(EndSessionRequest endSessionRequest) Ends the session.Methods in software.amazon.awssdk.services.bedrockagentruntime that return types with arguments of type EndSessionResponseModifier and TypeMethodDescriptiondefault CompletableFuture<EndSessionResponse>BedrockAgentRuntimeAsyncClient.endSession(Consumer<EndSessionRequest.Builder> endSessionRequest) Ends the session.default CompletableFuture<EndSessionResponse>BedrockAgentRuntimeAsyncClient.endSession(EndSessionRequest endSessionRequest) Ends the session.