Uses of Class
software.amazon.awssdk.services.qapps.model.ConflictException
-
Packages that use ConflictException 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 ConflictException in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that throw ConflictException 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.default TagResourceResponseQAppsClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates tags with an Amazon Q Apps resource.default TagResourceResponseQAppsClient. tagResource(TagResourceRequest tagResourceRequest)Associates tags with an Amazon Q Apps resource.
-