Uses of Class
software.amazon.awssdk.services.voiceid.model.DeleteDomainResponse
-
Packages that use DeleteDomainResponse 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 DeleteDomainResponse in software.amazon.awssdk.services.voiceid
Methods in software.amazon.awssdk.services.voiceid that return DeleteDomainResponse Modifier and Type Method Description default DeleteDomainResponseVoiceIdClient. deleteDomain(Consumer<DeleteDomainRequest.Builder> deleteDomainRequest)Deletes the specified domain from Voice ID.default DeleteDomainResponseVoiceIdClient. deleteDomain(DeleteDomainRequest deleteDomainRequest)Deletes the specified domain from Voice ID.Methods in software.amazon.awssdk.services.voiceid that return types with arguments of type DeleteDomainResponse Modifier and Type Method Description default CompletableFuture<DeleteDomainResponse>VoiceIdAsyncClient. deleteDomain(Consumer<DeleteDomainRequest.Builder> deleteDomainRequest)Deletes the specified domain from Voice ID.default CompletableFuture<DeleteDomainResponse>VoiceIdAsyncClient. deleteDomain(DeleteDomainRequest deleteDomainRequest)Deletes the specified domain from Voice ID.
-