Uses of Class
software.amazon.awssdk.services.voiceid.model.FraudDetectionReason
-
Packages that use FraudDetectionReason Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of FraudDetectionReason in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return FraudDetectionReason Modifier and Type Method Description static FraudDetectionReasonFraudDetectionReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FraudDetectionReasonFraudDetectionReason. valueOf(String name)Returns the enum constant of this type with the specified name.static FraudDetectionReason[]FraudDetectionReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.voiceid.model that return types with arguments of type FraudDetectionReason Modifier and Type Method Description static Set<FraudDetectionReason>FraudDetectionReason. knownValues()List<FraudDetectionReason>FraudDetectionResult. reasons()The reason speaker was flagged by the fraud detection system.Methods in software.amazon.awssdk.services.voiceid.model with parameters of type FraudDetectionReason Modifier and Type Method Description FraudDetectionResult.BuilderFraudDetectionResult.Builder. reasons(FraudDetectionReason... reasons)The reason speaker was flagged by the fraud detection system.Method parameters in software.amazon.awssdk.services.voiceid.model with type arguments of type FraudDetectionReason Modifier and Type Method Description FraudDetectionResult.BuilderFraudDetectionResult.Builder. reasons(Collection<FraudDetectionReason> reasons)The reason speaker was flagged by the fraud detection system.
-