Uses of Class
software.amazon.awssdk.services.qapps.model.UpdateQAppSessionResponse
-
Packages that use UpdateQAppSessionResponse 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 UpdateQAppSessionResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return UpdateQAppSessionResponse Modifier and Type Method Description default UpdateQAppSessionResponseQAppsClient. updateQAppSession(Consumer<UpdateQAppSessionRequest.Builder> updateQAppSessionRequest)Updates the session for a given Q AppsessionId.default UpdateQAppSessionResponseQAppsClient. updateQAppSession(UpdateQAppSessionRequest updateQAppSessionRequest)Updates the session for a given Q AppsessionId.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type UpdateQAppSessionResponse Modifier and Type Method Description default CompletableFuture<UpdateQAppSessionResponse>QAppsAsyncClient. updateQAppSession(Consumer<UpdateQAppSessionRequest.Builder> updateQAppSessionRequest)Updates the session for a given Q AppsessionId.default CompletableFuture<UpdateQAppSessionResponse>QAppsAsyncClient. updateQAppSession(UpdateQAppSessionRequest updateQAppSessionRequest)Updates the session for a given Q AppsessionId.
-