Uses of Class
software.amazon.awssdk.services.voiceid.model.DescribeDomainResponse
-
Packages that use DescribeDomainResponse 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 DescribeDomainResponse in software.amazon.awssdk.services.voiceid
Methods in software.amazon.awssdk.services.voiceid that return DescribeDomainResponse Modifier and Type Method Description default DescribeDomainResponseVoiceIdClient. describeDomain(Consumer<DescribeDomainRequest.Builder> describeDomainRequest)Describes the specified domain.default DescribeDomainResponseVoiceIdClient. describeDomain(DescribeDomainRequest describeDomainRequest)Describes the specified domain.Methods in software.amazon.awssdk.services.voiceid that return types with arguments of type DescribeDomainResponse Modifier and Type Method Description default CompletableFuture<DescribeDomainResponse>VoiceIdAsyncClient. describeDomain(Consumer<DescribeDomainRequest.Builder> describeDomainRequest)Describes the specified domain.default CompletableFuture<DescribeDomainResponse>VoiceIdAsyncClient. describeDomain(DescribeDomainRequest describeDomainRequest)Describes the specified domain.
-