Uses of Class
software.amazon.awssdk.services.voiceid.model.FraudDetectionAction
-
Packages that use FraudDetectionAction Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of FraudDetectionAction in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return FraudDetectionAction Modifier and Type Method Description FraudDetectionActionEnrollmentJobFraudDetectionConfig. fraudDetectionAction()The action to take when the given speaker is flagged by the fraud detection system.static FraudDetectionActionFraudDetectionAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FraudDetectionActionFraudDetectionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static FraudDetectionAction[]FraudDetectionAction. 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 FraudDetectionAction Modifier and Type Method Description static Set<FraudDetectionAction>FraudDetectionAction. knownValues()Methods in software.amazon.awssdk.services.voiceid.model with parameters of type FraudDetectionAction Modifier and Type Method Description EnrollmentJobFraudDetectionConfig.BuilderEnrollmentJobFraudDetectionConfig.Builder. fraudDetectionAction(FraudDetectionAction fraudDetectionAction)The action to take when the given speaker is flagged by the fraud detection system.
-