Uses of Class
software.amazon.awssdk.services.qconnect.model.UpdateKnowledgeBaseTemplateUriResponse
-
Packages that use UpdateKnowledgeBaseTemplateUriResponse Package Description software.amazon.awssdk.services.qconnect -
-
Uses of UpdateKnowledgeBaseTemplateUriResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return UpdateKnowledgeBaseTemplateUriResponse Modifier and Type Method Description default UpdateKnowledgeBaseTemplateUriResponseQConnectClient. updateKnowledgeBaseTemplateUri(Consumer<UpdateKnowledgeBaseTemplateUriRequest.Builder> updateKnowledgeBaseTemplateUriRequest)Updates the template URI of a knowledge base.default UpdateKnowledgeBaseTemplateUriResponseQConnectClient. updateKnowledgeBaseTemplateUri(UpdateKnowledgeBaseTemplateUriRequest updateKnowledgeBaseTemplateUriRequest)Updates the template URI of a knowledge base.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type UpdateKnowledgeBaseTemplateUriResponse Modifier and Type Method Description default CompletableFuture<UpdateKnowledgeBaseTemplateUriResponse>QConnectAsyncClient. updateKnowledgeBaseTemplateUri(Consumer<UpdateKnowledgeBaseTemplateUriRequest.Builder> updateKnowledgeBaseTemplateUriRequest)Updates the template URI of a knowledge base.default CompletableFuture<UpdateKnowledgeBaseTemplateUriResponse>QConnectAsyncClient. updateKnowledgeBaseTemplateUri(UpdateKnowledgeBaseTemplateUriRequest updateKnowledgeBaseTemplateUriRequest)Updates the template URI of a knowledge base.
-