Uses of Class
software.amazon.awssdk.services.qapps.model.ListQAppSessionDataResponse
-
Packages that use ListQAppSessionDataResponse 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 ListQAppSessionDataResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return ListQAppSessionDataResponse Modifier and Type Method Description default ListQAppSessionDataResponseQAppsClient. listQAppSessionData(Consumer<ListQAppSessionDataRequest.Builder> listQAppSessionDataRequest)Lists the collected data of a Q App data collection session.default ListQAppSessionDataResponseQAppsClient. listQAppSessionData(ListQAppSessionDataRequest listQAppSessionDataRequest)Lists the collected data of a Q App data collection session.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type ListQAppSessionDataResponse Modifier and Type Method Description default CompletableFuture<ListQAppSessionDataResponse>QAppsAsyncClient. listQAppSessionData(Consumer<ListQAppSessionDataRequest.Builder> listQAppSessionDataRequest)Lists the collected data of a Q App data collection session.default CompletableFuture<ListQAppSessionDataResponse>QAppsAsyncClient. listQAppSessionData(ListQAppSessionDataRequest listQAppSessionDataRequest)Lists the collected data of a Q App data collection session.
-