Uses of Class
software.amazon.awssdk.services.qapps.model.StopQAppSessionResponse
-
Packages that use StopQAppSessionResponse 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 StopQAppSessionResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return StopQAppSessionResponse Modifier and Type Method Description default StopQAppSessionResponseQAppsClient. stopQAppSession(Consumer<StopQAppSessionRequest.Builder> stopQAppSessionRequest)Stops an active session for an Amazon Q App.This deletes all data related to the session and makes it invalid for future uses.default StopQAppSessionResponseQAppsClient. stopQAppSession(StopQAppSessionRequest stopQAppSessionRequest)Stops an active session for an Amazon Q App.This deletes all data related to the session and makes it invalid for future uses.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type StopQAppSessionResponse Modifier and Type Method Description default CompletableFuture<StopQAppSessionResponse>QAppsAsyncClient. stopQAppSession(Consumer<StopQAppSessionRequest.Builder> stopQAppSessionRequest)Stops an active session for an Amazon Q App.This deletes all data related to the session and makes it invalid for future uses.default CompletableFuture<StopQAppSessionResponse>QAppsAsyncClient. stopQAppSession(StopQAppSessionRequest stopQAppSessionRequest)Stops an active session for an Amazon Q App.This deletes all data related to the session and makes it invalid for future uses.
-