Uses of Interface
software.amazon.awssdk.services.wisdom.WisdomBaseClientBuilder
-
Packages that use WisdomBaseClientBuilder 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. -
-
Uses of WisdomBaseClientBuilder in software.amazon.awssdk.services.wisdom
Classes in software.amazon.awssdk.services.wisdom with type parameters of type WisdomBaseClientBuilder Modifier and Type Interface Description interfaceWisdomBaseClientBuilder<B extends WisdomBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Connect Wisdom Service that is supported by bothWisdomClientBuilderandWisdomAsyncClientBuilder.Subinterfaces of WisdomBaseClientBuilder in software.amazon.awssdk.services.wisdom Modifier and Type Interface Description interfaceWisdomAsyncClientBuilderA builder for creating an instance ofWisdomAsyncClient.interfaceWisdomClientBuilderA builder for creating an instance ofWisdomClient.
-