Uses of Class
software.amazon.awssdk.services.qapps.model.ListQAppSessionDataRequest
-
Packages that use ListQAppSessionDataRequest 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 ListQAppSessionDataRequest in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps with parameters of type ListQAppSessionDataRequest Modifier and Type Method Description default CompletableFuture<ListQAppSessionDataResponse>QAppsAsyncClient. listQAppSessionData(ListQAppSessionDataRequest 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. -
Uses of ListQAppSessionDataRequest in software.amazon.awssdk.services.qapps.transform
Methods in software.amazon.awssdk.services.qapps.transform with parameters of type ListQAppSessionDataRequest Modifier and Type Method Description SdkHttpFullRequestListQAppSessionDataRequestMarshaller. marshall(ListQAppSessionDataRequest listQAppSessionDataRequest)
-