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