Uses of Class
software.amazon.awssdk.services.voiceid.model.ListDomainsResponse
-
Packages that use ListDomainsResponse 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 ListDomainsResponse in software.amazon.awssdk.services.voiceid
Methods in software.amazon.awssdk.services.voiceid that return ListDomainsResponse Modifier and Type Method Description default ListDomainsResponseVoiceIdClient. listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest)Lists all the domains in the Amazon Web Services account.default ListDomainsResponseVoiceIdClient. listDomains(ListDomainsRequest listDomainsRequest)Lists all the domains in the Amazon Web Services account.Methods in software.amazon.awssdk.services.voiceid that return types with arguments of type ListDomainsResponse Modifier and Type Method Description default CompletableFuture<ListDomainsResponse>VoiceIdAsyncClient. listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest)Lists all the domains in the Amazon Web Services account.default CompletableFuture<ListDomainsResponse>VoiceIdAsyncClient. listDomains(ListDomainsRequest listDomainsRequest)Lists all the domains in the Amazon Web Services account. -
Uses of ListDomainsResponse in software.amazon.awssdk.services.voiceid.paginators
Methods in software.amazon.awssdk.services.voiceid.paginators that return types with arguments of type ListDomainsResponse Modifier and Type Method Description Iterator<ListDomainsResponse>ListDomainsIterable. iterator()Method parameters in software.amazon.awssdk.services.voiceid.paginators with type arguments of type ListDomainsResponse Modifier and Type Method Description voidListDomainsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDomainsResponse> subscriber)
-