Uses of Class
software.amazon.awssdk.services.voiceid.model.ExistingEnrollmentAction
-
Packages that use ExistingEnrollmentAction Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of ExistingEnrollmentAction in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return ExistingEnrollmentAction Modifier and Type Method Description ExistingEnrollmentActionEnrollmentConfig. existingEnrollmentAction()The action to take when the specified speaker is already enrolled in the specified domain.static ExistingEnrollmentActionExistingEnrollmentAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExistingEnrollmentActionExistingEnrollmentAction. valueOf(String name)Returns the enum constant of this type with the specified name.static ExistingEnrollmentAction[]ExistingEnrollmentAction. 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 ExistingEnrollmentAction Modifier and Type Method Description static Set<ExistingEnrollmentAction>ExistingEnrollmentAction. knownValues()Methods in software.amazon.awssdk.services.voiceid.model with parameters of type ExistingEnrollmentAction Modifier and Type Method Description EnrollmentConfig.BuilderEnrollmentConfig.Builder. existingEnrollmentAction(ExistingEnrollmentAction existingEnrollmentAction)The action to take when the specified speaker is already enrolled in the specified domain.
-