| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
AllowedStatistics |
AllowedStatistics.clone() |
AllowedStatistics |
AllowedStatistics.withStatistics(Collection<String> statistics)
One or more column statistics to allow for columns that contain detected entities.
|
AllowedStatistics |
AllowedStatistics.withStatistics(String... statistics)
One or more column statistics to allow for columns that contain detected entities.
|
| Modifier and Type | Method and Description |
|---|---|
List<AllowedStatistics> |
EntityDetectorConfiguration.getAllowedStatistics()
Configuration of statistics that are allowed to be run on columns that contain detected entities.
|
| Modifier and Type | Method and Description |
|---|---|
EntityDetectorConfiguration |
EntityDetectorConfiguration.withAllowedStatistics(AllowedStatistics... allowedStatistics)
Configuration of statistics that are allowed to be run on columns that contain detected entities.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityDetectorConfiguration.setAllowedStatistics(Collection<AllowedStatistics> allowedStatistics)
Configuration of statistics that are allowed to be run on columns that contain detected entities.
|
EntityDetectorConfiguration |
EntityDetectorConfiguration.withAllowedStatistics(Collection<AllowedStatistics> allowedStatistics)
Configuration of statistics that are allowed to be run on columns that contain detected entities.
|
Copyright © 2025. All rights reserved.