Uses of Class
software.amazon.awssdk.services.qapps.model.GetQAppResponse
-
Packages that use GetQAppResponse 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 GetQAppResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return GetQAppResponse Modifier and Type Method Description default GetQAppResponseQAppsClient. getQApp(Consumer<GetQAppRequest.Builder> getQAppRequest)Retrieves the full details of an Q App, including its definition specifying the cards and flow.default GetQAppResponseQAppsClient. getQApp(GetQAppRequest getQAppRequest)Retrieves the full details of an Q App, including its definition specifying the cards and flow.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type GetQAppResponse Modifier and Type Method Description default CompletableFuture<GetQAppResponse>QAppsAsyncClient. getQApp(Consumer<GetQAppRequest.Builder> getQAppRequest)Retrieves the full details of an Q App, including its definition specifying the cards and flow.default CompletableFuture<GetQAppResponse>QAppsAsyncClient. getQApp(GetQAppRequest getQAppRequest)Retrieves the full details of an Q App, including its definition specifying the cards and flow.
-