Uses of Interface
software.amazon.awssdk.services.voiceid.VoiceIdBaseClientBuilder
-
Packages that use VoiceIdBaseClientBuilder Package Description software.amazon.awssdk.services.voiceid Amazon Connect Voice ID provides real-time caller authentication and fraud risk detection, which make voice interactions in contact centers more secure and efficient. -
-
Uses of VoiceIdBaseClientBuilder in software.amazon.awssdk.services.voiceid
Classes in software.amazon.awssdk.services.voiceid with type parameters of type VoiceIdBaseClientBuilder Modifier and Type Interface Description interfaceVoiceIdBaseClientBuilder<B extends VoiceIdBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Voice ID that is supported by bothVoiceIdClientBuilderandVoiceIdAsyncClientBuilder.Subinterfaces of VoiceIdBaseClientBuilder in software.amazon.awssdk.services.voiceid Modifier and Type Interface Description interfaceVoiceIdAsyncClientBuilderA builder for creating an instance ofVoiceIdAsyncClient.interfaceVoiceIdClientBuilderA builder for creating an instance ofVoiceIdClient.
-