Uses of Class
software.amazon.awssdk.services.qapps.model.CreateQAppResponse
-
Packages that use CreateQAppResponse 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 CreateQAppResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return CreateQAppResponse Modifier and Type Method Description default CreateQAppResponseQAppsClient. createQApp(Consumer<CreateQAppRequest.Builder> createQAppRequest)Creates a new Amazon Q App based on the provided definition.default CreateQAppResponseQAppsClient. createQApp(CreateQAppRequest createQAppRequest)Creates a new Amazon Q App based on the provided definition.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type CreateQAppResponse Modifier and Type Method Description default CompletableFuture<CreateQAppResponse>QAppsAsyncClient. createQApp(Consumer<CreateQAppRequest.Builder> createQAppRequest)Creates a new Amazon Q App based on the provided definition.default CompletableFuture<CreateQAppResponse>QAppsAsyncClient. createQApp(CreateQAppRequest createQAppRequest)Creates a new Amazon Q App based on the provided definition.
-