Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GetSessionResponse
-
Packages that use GetSessionResponse Package Description software.amazon.awssdk.services.bedrockagentruntime 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 GetSessionResponse Modifier and Type Method Description default 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 GetSessionResponse Modifier and Type Method Description default 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.
-