Uses of Interface
software.amazon.awssdk.services.voiceid.VoiceIdAsyncClient
-
Packages that use VoiceIdAsyncClient 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.software.amazon.awssdk.services.voiceid.paginators -
-
Uses of VoiceIdAsyncClient in software.amazon.awssdk.services.voiceid
Methods in software.amazon.awssdk.services.voiceid that return VoiceIdAsyncClient Modifier and Type Method Description static VoiceIdAsyncClientVoiceIdAsyncClient. create()Create aVoiceIdAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of VoiceIdAsyncClient in software.amazon.awssdk.services.voiceid.paginators
Constructors in software.amazon.awssdk.services.voiceid.paginators with parameters of type VoiceIdAsyncClient Constructor Description ListDomainsPublisher(VoiceIdAsyncClient client, ListDomainsRequest firstRequest)ListFraudsterRegistrationJobsPublisher(VoiceIdAsyncClient client, ListFraudsterRegistrationJobsRequest firstRequest)ListFraudstersPublisher(VoiceIdAsyncClient client, ListFraudstersRequest firstRequest)ListSpeakerEnrollmentJobsPublisher(VoiceIdAsyncClient client, ListSpeakerEnrollmentJobsRequest firstRequest)ListSpeakersPublisher(VoiceIdAsyncClient client, ListSpeakersRequest firstRequest)ListWatchlistsPublisher(VoiceIdAsyncClient client, ListWatchlistsRequest firstRequest)
-