Uses of Class
software.amazon.awssdk.services.qapps.model.ListQAppsRequest
-
Packages that use ListQAppsRequest 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 software.amazon.awssdk.services.qapps.transform -
-
Uses of ListQAppsRequest in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps with parameters of type ListQAppsRequest Modifier and Type Method Description 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.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.default ListQAppsPublisherQAppsAsyncClient. listQAppsPaginator(ListQAppsRequest listQAppsRequest)This is a variant ofQAppsAsyncClient.listQApps(software.amazon.awssdk.services.qapps.model.ListQAppsRequest)operation.default ListQAppsIterableQAppsClient. listQAppsPaginator(ListQAppsRequest listQAppsRequest)This is a variant ofQAppsClient.listQApps(software.amazon.awssdk.services.qapps.model.ListQAppsRequest)operation. -
Uses of ListQAppsRequest in software.amazon.awssdk.services.qapps.paginators
Constructors in software.amazon.awssdk.services.qapps.paginators with parameters of type ListQAppsRequest Constructor Description ListQAppsIterable(QAppsClient client, ListQAppsRequest firstRequest)ListQAppsPublisher(QAppsAsyncClient client, ListQAppsRequest firstRequest) -
Uses of ListQAppsRequest in software.amazon.awssdk.services.qapps.transform
Methods in software.amazon.awssdk.services.qapps.transform with parameters of type ListQAppsRequest Modifier and Type Method Description SdkHttpFullRequestListQAppsRequestMarshaller. marshall(ListQAppsRequest listQAppsRequest)
-