Uses of Class
software.amazon.awssdk.services.voiceid.model.RegistrationConfig
-
Packages that use RegistrationConfig Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of RegistrationConfig in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return RegistrationConfig Modifier and Type Method Description RegistrationConfigFraudsterRegistrationJob. registrationConfig()The registration config containing details such as the action to take when a duplicate fraudster is detected, and the similarity threshold to use for detecting a duplicate fraudster.RegistrationConfigStartFraudsterRegistrationJobRequest. registrationConfig()The registration config containing details such as the action to take when a duplicate fraudster is detected, and the similarity threshold to use for detecting a duplicate fraudster.Methods in software.amazon.awssdk.services.voiceid.model with parameters of type RegistrationConfig Modifier and Type Method Description FraudsterRegistrationJob.BuilderFraudsterRegistrationJob.Builder. registrationConfig(RegistrationConfig registrationConfig)The registration config containing details such as the action to take when a duplicate fraudster is detected, and the similarity threshold to use for detecting a duplicate fraudster.StartFraudsterRegistrationJobRequest.BuilderStartFraudsterRegistrationJobRequest.Builder. registrationConfig(RegistrationConfig registrationConfig)The registration config containing details such as the action to take when a duplicate fraudster is detected, and the similarity threshold to use for detecting a duplicate fraudster.
-