Uses of Class
software.amazon.awssdk.services.qapps.model.StopQAppSessionRequest
-
Packages that use StopQAppSessionRequest 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.software.amazon.awssdk.services.qapps.transform -
-
Uses of StopQAppSessionRequest in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps with parameters of type StopQAppSessionRequest Modifier and Type Method Description 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.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. -
Uses of StopQAppSessionRequest in software.amazon.awssdk.services.qapps.transform
Methods in software.amazon.awssdk.services.qapps.transform with parameters of type StopQAppSessionRequest Modifier and Type Method Description SdkHttpFullRequestStopQAppSessionRequestMarshaller. marshall(StopQAppSessionRequest stopQAppSessionRequest)
-