Uses of Interface
software.amazon.awssdk.services.wisdom.model.UpdateKnowledgeBaseTemplateUriRequest.Builder
-
Packages that use UpdateKnowledgeBaseTemplateUriRequest.Builder Package Description software.amazon.awssdk.services.wisdom Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking with customers.software.amazon.awssdk.services.wisdom.model -
-
Uses of UpdateKnowledgeBaseTemplateUriRequest.Builder in software.amazon.awssdk.services.wisdom
Method parameters in software.amazon.awssdk.services.wisdom with type arguments of type UpdateKnowledgeBaseTemplateUriRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateKnowledgeBaseTemplateUriResponse>WisdomAsyncClient. updateKnowledgeBaseTemplateUri(Consumer<UpdateKnowledgeBaseTemplateUriRequest.Builder> updateKnowledgeBaseTemplateUriRequest)Updates the template URI of a knowledge base.default UpdateKnowledgeBaseTemplateUriResponseWisdomClient. updateKnowledgeBaseTemplateUri(Consumer<UpdateKnowledgeBaseTemplateUriRequest.Builder> updateKnowledgeBaseTemplateUriRequest)Updates the template URI of a knowledge base. -
Uses of UpdateKnowledgeBaseTemplateUriRequest.Builder in software.amazon.awssdk.services.wisdom.model
Methods in software.amazon.awssdk.services.wisdom.model that return types with arguments of type UpdateKnowledgeBaseTemplateUriRequest.Builder Modifier and Type Method Description static Class<? extends UpdateKnowledgeBaseTemplateUriRequest.Builder>UpdateKnowledgeBaseTemplateUriRequest. serializableBuilderClass()
-