Uses of Class
software.amazon.awssdk.services.voiceid.model.ListSpeakersRequest
-
Packages that use ListSpeakersRequest 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 software.amazon.awssdk.services.voiceid.transform -
-
Uses of ListSpeakersRequest in software.amazon.awssdk.services.voiceid
Methods in software.amazon.awssdk.services.voiceid with parameters of type ListSpeakersRequest Modifier and Type Method Description default CompletableFuture<ListSpeakersResponse>VoiceIdAsyncClient. listSpeakers(ListSpeakersRequest listSpeakersRequest)Lists all speakers in a specified domain.default ListSpeakersResponseVoiceIdClient. listSpeakers(ListSpeakersRequest listSpeakersRequest)Lists all speakers in a specified domain.default ListSpeakersPublisherVoiceIdAsyncClient. listSpeakersPaginator(ListSpeakersRequest listSpeakersRequest)Lists all speakers in a specified domain.default ListSpeakersIterableVoiceIdClient. listSpeakersPaginator(ListSpeakersRequest listSpeakersRequest)Lists all speakers in a specified domain. -
Uses of ListSpeakersRequest in software.amazon.awssdk.services.voiceid.paginators
Constructors in software.amazon.awssdk.services.voiceid.paginators with parameters of type ListSpeakersRequest Constructor Description ListSpeakersIterable(VoiceIdClient client, ListSpeakersRequest firstRequest)ListSpeakersPublisher(VoiceIdAsyncClient client, ListSpeakersRequest firstRequest) -
Uses of ListSpeakersRequest in software.amazon.awssdk.services.voiceid.transform
Methods in software.amazon.awssdk.services.voiceid.transform with parameters of type ListSpeakersRequest Modifier and Type Method Description SdkHttpFullRequestListSpeakersRequestMarshaller. marshall(ListSpeakersRequest listSpeakersRequest)
-