Uses of Class
software.amazon.awssdk.services.databrew.model.AllowedStatistics
-
Packages that use AllowedStatistics Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of AllowedStatistics in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type AllowedStatistics Modifier and Type Method Description List<AllowedStatistics>EntityDetectorConfiguration. allowedStatistics()Configuration of statistics that are allowed to be run on columns that contain detected entities.Methods in software.amazon.awssdk.services.databrew.model with parameters of type AllowedStatistics Modifier and Type Method Description EntityDetectorConfiguration.BuilderEntityDetectorConfiguration.Builder. allowedStatistics(AllowedStatistics... allowedStatistics)Configuration of statistics that are allowed to be run on columns that contain detected entities.Method parameters in software.amazon.awssdk.services.databrew.model with type arguments of type AllowedStatistics Modifier and Type Method Description EntityDetectorConfiguration.BuilderEntityDetectorConfiguration.Builder. allowedStatistics(Collection<AllowedStatistics> allowedStatistics)Configuration of statistics that are allowed to be run on columns that contain detected entities.
-