Uses of Class
software.amazon.awssdk.services.voiceid.model.ListSpeakersResponse
-
Packages that use ListSpeakersResponse 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 ListSpeakersResponse in software.amazon.awssdk.services.voiceid
Methods in software.amazon.awssdk.services.voiceid that return ListSpeakersResponse Modifier and Type Method Description default ListSpeakersResponseVoiceIdClient. listSpeakers(Consumer<ListSpeakersRequest.Builder> listSpeakersRequest)Lists all speakers in a specified domain.default ListSpeakersResponseVoiceIdClient. listSpeakers(ListSpeakersRequest listSpeakersRequest)Lists all speakers in a specified domain.Methods in software.amazon.awssdk.services.voiceid that return types with arguments of type ListSpeakersResponse Modifier and Type Method Description default CompletableFuture<ListSpeakersResponse>VoiceIdAsyncClient. listSpeakers(Consumer<ListSpeakersRequest.Builder> listSpeakersRequest)Lists all speakers in a specified domain.default CompletableFuture<ListSpeakersResponse>VoiceIdAsyncClient. listSpeakers(ListSpeakersRequest listSpeakersRequest)Lists all speakers in a specified domain. -
Uses of ListSpeakersResponse in software.amazon.awssdk.services.voiceid.paginators
Methods in software.amazon.awssdk.services.voiceid.paginators that return types with arguments of type ListSpeakersResponse Modifier and Type Method Description Iterator<ListSpeakersResponse>ListSpeakersIterable. iterator()Method parameters in software.amazon.awssdk.services.voiceid.paginators with type arguments of type ListSpeakersResponse Modifier and Type Method Description voidListSpeakersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSpeakersResponse> subscriber)
-