Uses of Interface
software.amazon.awssdk.services.kendra.KendraBaseClientBuilder
-
Packages that use KendraBaseClientBuilder Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets. -
-
Uses of KendraBaseClientBuilder in software.amazon.awssdk.services.kendra
Classes in software.amazon.awssdk.services.kendra with type parameters of type KendraBaseClientBuilder Modifier and Type Interface Description interfaceKendraBaseClientBuilder<B extends KendraBaseClientBuilder<B,C>,C>This includes configuration specific to kendra that is supported by bothKendraClientBuilderandKendraAsyncClientBuilder.Subinterfaces of KendraBaseClientBuilder in software.amazon.awssdk.services.kendra Modifier and Type Interface Description interfaceKendraAsyncClientBuilderA builder for creating an instance ofKendraAsyncClient.interfaceKendraClientBuilderA builder for creating an instance ofKendraClient.
-