Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GetSessionResponse
Packages that use GetSessionResponse
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of GetSessionResponse in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime that return GetSessionResponseModifier and TypeMethodDescriptiondefault GetSessionResponseBedrockAgentRuntimeClient.getSession(Consumer<GetSessionRequest.Builder> getSessionRequest) Retrieves details about a specific session.default GetSessionResponseBedrockAgentRuntimeClient.getSession(GetSessionRequest getSessionRequest) Retrieves details about a specific session.Methods in software.amazon.awssdk.services.bedrockagentruntime that return types with arguments of type GetSessionResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetSessionResponse>BedrockAgentRuntimeAsyncClient.getSession(Consumer<GetSessionRequest.Builder> getSessionRequest) Retrieves details about a specific session.default CompletableFuture<GetSessionResponse>BedrockAgentRuntimeAsyncClient.getSession(GetSessionRequest getSessionRequest) Retrieves details about a specific session.