Uses of Class
software.amazon.awssdk.services.voiceid.model.UpdateDomainRequest
-
Packages that use UpdateDomainRequest 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.transform -
-
Uses of UpdateDomainRequest in software.amazon.awssdk.services.voiceid
Methods in software.amazon.awssdk.services.voiceid with parameters of type UpdateDomainRequest Modifier and Type Method Description default CompletableFuture<UpdateDomainResponse>VoiceIdAsyncClient. updateDomain(UpdateDomainRequest updateDomainRequest)Updates the specified domain.default UpdateDomainResponseVoiceIdClient. updateDomain(UpdateDomainRequest updateDomainRequest)Updates the specified domain. -
Uses of UpdateDomainRequest in software.amazon.awssdk.services.voiceid.transform
Methods in software.amazon.awssdk.services.voiceid.transform with parameters of type UpdateDomainRequest Modifier and Type Method Description SdkHttpFullRequestUpdateDomainRequestMarshaller. marshall(UpdateDomainRequest updateDomainRequest)
-