Uses of Class
software.amazon.awssdk.services.qapps.model.GetQAppSessionResponse
-
Packages that use GetQAppSessionResponse Package Description software.amazon.awssdk.services.qapps The Amazon Q Apps feature capability within Amazon Q Business allows web experience users to create lightweight, purpose-built AI apps to fulfill specific tasks from within their web experience. -
-
Uses of GetQAppSessionResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return GetQAppSessionResponse Modifier and Type Method Description default GetQAppSessionResponseQAppsClient. getQAppSession(Consumer<GetQAppSessionRequest.Builder> getQAppSessionRequest)Retrieves the current state and results for an active session of an Amazon Q App.default GetQAppSessionResponseQAppsClient. getQAppSession(GetQAppSessionRequest getQAppSessionRequest)Retrieves the current state and results for an active session of an Amazon Q App.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type GetQAppSessionResponse Modifier and Type Method Description default CompletableFuture<GetQAppSessionResponse>QAppsAsyncClient. getQAppSession(Consumer<GetQAppSessionRequest.Builder> getQAppSessionRequest)Retrieves the current state and results for an active session of an Amazon Q App.default CompletableFuture<GetQAppSessionResponse>QAppsAsyncClient. getQAppSession(GetQAppSessionRequest getQAppSessionRequest)Retrieves the current state and results for an active session of an Amazon Q App.
-