Uses of Interface
software.amazon.awssdk.services.wisdom.model.GetKnowledgeBaseRequest.Builder
-
Packages that use GetKnowledgeBaseRequest.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 GetKnowledgeBaseRequest.Builder in software.amazon.awssdk.services.wisdom
Method parameters in software.amazon.awssdk.services.wisdom with type arguments of type GetKnowledgeBaseRequest.Builder Modifier and Type Method Description default CompletableFuture<GetKnowledgeBaseResponse>WisdomAsyncClient. getKnowledgeBase(Consumer<GetKnowledgeBaseRequest.Builder> getKnowledgeBaseRequest)Retrieves information about the knowledge base.default GetKnowledgeBaseResponseWisdomClient. getKnowledgeBase(Consumer<GetKnowledgeBaseRequest.Builder> getKnowledgeBaseRequest)Retrieves information about the knowledge base. -
Uses of GetKnowledgeBaseRequest.Builder in software.amazon.awssdk.services.wisdom.model
Methods in software.amazon.awssdk.services.wisdom.model that return GetKnowledgeBaseRequest.Builder Modifier and Type Method Description static GetKnowledgeBaseRequest.BuilderGetKnowledgeBaseRequest. builder()GetKnowledgeBaseRequest.BuilderGetKnowledgeBaseRequest.Builder. knowledgeBaseId(String knowledgeBaseId)The identifier of the knowledge base.GetKnowledgeBaseRequest.BuilderGetKnowledgeBaseRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetKnowledgeBaseRequest.BuilderGetKnowledgeBaseRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetKnowledgeBaseRequest.BuilderGetKnowledgeBaseRequest. toBuilder()Methods in software.amazon.awssdk.services.wisdom.model that return types with arguments of type GetKnowledgeBaseRequest.Builder Modifier and Type Method Description static Class<? extends GetKnowledgeBaseRequest.Builder>GetKnowledgeBaseRequest. serializableBuilderClass()
-