Uses of Class
software.amazon.awssdk.services.databrew.model.ValidationMode
-
Packages that use ValidationMode Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of ValidationMode in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return ValidationMode Modifier and Type Method Description static ValidationModeValidationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ValidationModeValidationConfiguration. validationMode()Mode of data quality validation.static ValidationModeValidationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationMode[]ValidationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type ValidationMode Modifier and Type Method Description static Set<ValidationMode>ValidationMode. knownValues()Methods in software.amazon.awssdk.services.databrew.model with parameters of type ValidationMode Modifier and Type Method Description ValidationConfiguration.BuilderValidationConfiguration.Builder. validationMode(ValidationMode validationMode)Mode of data quality validation.
-