Uses of Class
software.amazon.awssdk.services.qapps.model.ListQAppsResponse
-
Packages that use ListQAppsResponse 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.paginators -
-
Uses of ListQAppsResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return ListQAppsResponse Modifier and Type Method Description default ListQAppsResponseQAppsClient. listQApps(Consumer<ListQAppsRequest.Builder> listQAppsRequest)Lists the Amazon Q Apps owned by or associated with the user either because they created it or because they used it from the library in the past.default ListQAppsResponseQAppsClient. listQApps(ListQAppsRequest listQAppsRequest)Lists the Amazon Q Apps owned by or associated with the user either because they created it or because they used it from the library in the past.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type ListQAppsResponse Modifier and Type Method Description default CompletableFuture<ListQAppsResponse>QAppsAsyncClient. listQApps(Consumer<ListQAppsRequest.Builder> listQAppsRequest)Lists the Amazon Q Apps owned by or associated with the user either because they created it or because they used it from the library in the past.default CompletableFuture<ListQAppsResponse>QAppsAsyncClient. listQApps(ListQAppsRequest listQAppsRequest)Lists the Amazon Q Apps owned by or associated with the user either because they created it or because they used it from the library in the past. -
Uses of ListQAppsResponse in software.amazon.awssdk.services.qapps.paginators
Methods in software.amazon.awssdk.services.qapps.paginators that return types with arguments of type ListQAppsResponse Modifier and Type Method Description Iterator<ListQAppsResponse>ListQAppsIterable. iterator()Method parameters in software.amazon.awssdk.services.qapps.paginators with type arguments of type ListQAppsResponse Modifier and Type Method Description voidListQAppsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListQAppsResponse> subscriber)
-