Uses of Class
software.amazon.awssdk.services.voiceid.model.ConflictType
-
Packages that use ConflictType Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of ConflictType in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return ConflictType Modifier and Type Method Description ConflictTypeConflictException. conflictType()The type of conflict which caused a ConflictException.static ConflictTypeConflictType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConflictTypeConflictType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConflictType[]ConflictType. 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 ConflictType Modifier and Type Method Description static Set<ConflictType>ConflictType. knownValues()Methods in software.amazon.awssdk.services.voiceid.model with parameters of type ConflictType Modifier and Type Method Description ConflictException.BuilderConflictException.Builder. conflictType(ConflictType conflictType)The type of conflict which caused a ConflictException.
-