Uses of Class
software.amazon.awssdk.services.qapps.model.BatchCreateCategoryRequest
-
Packages that use BatchCreateCategoryRequest 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 BatchCreateCategoryRequest in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps with parameters of type BatchCreateCategoryRequest Modifier and Type Method Description default CompletableFuture<BatchCreateCategoryResponse>QAppsAsyncClient. batchCreateCategory(BatchCreateCategoryRequest batchCreateCategoryRequest)Creates Categories for the Amazon Q Business application environment instance.default BatchCreateCategoryResponseQAppsClient. batchCreateCategory(BatchCreateCategoryRequest batchCreateCategoryRequest)Creates Categories for the Amazon Q Business application environment instance. -
Uses of BatchCreateCategoryRequest in software.amazon.awssdk.services.qapps.transform
Methods in software.amazon.awssdk.services.qapps.transform with parameters of type BatchCreateCategoryRequest Modifier and Type Method Description SdkHttpFullRequestBatchCreateCategoryRequestMarshaller. marshall(BatchCreateCategoryRequest batchCreateCategoryRequest)
-