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