Uses of Class
software.amazon.awssdk.services.qapps.model.CreateQAppRequest
-
Packages that use CreateQAppRequest 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 CreateQAppRequest in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps with parameters of type CreateQAppRequest Modifier and Type Method Description default CompletableFuture<CreateQAppResponse>QAppsAsyncClient. createQApp(CreateQAppRequest 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. -
Uses of CreateQAppRequest in software.amazon.awssdk.services.qapps.transform
Methods in software.amazon.awssdk.services.qapps.transform with parameters of type CreateQAppRequest Modifier and Type Method Description SdkHttpFullRequestCreateQAppRequestMarshaller. marshall(CreateQAppRequest createQAppRequest)
-