Uses of Class
software.amazon.awssdk.services.glue.model.StatisticAnnotation
-
Packages that use StatisticAnnotation Package Description software.amazon.awssdk.services.glue.model -
-
Uses of StatisticAnnotation in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type StatisticAnnotation Modifier and Type Method Description List<StatisticAnnotation>ListDataQualityStatisticAnnotationsResponse. annotations()A list ofStatisticAnnotationapplied to the StatisticMethods in software.amazon.awssdk.services.glue.model with parameters of type StatisticAnnotation Modifier and Type Method Description ListDataQualityStatisticAnnotationsResponse.BuilderListDataQualityStatisticAnnotationsResponse.Builder. annotations(StatisticAnnotation... annotations)A list ofStatisticAnnotationapplied to the StatisticMethod parameters in software.amazon.awssdk.services.glue.model with type arguments of type StatisticAnnotation Modifier and Type Method Description ListDataQualityStatisticAnnotationsResponse.BuilderListDataQualityStatisticAnnotationsResponse.Builder. annotations(Collection<StatisticAnnotation> annotations)A list ofStatisticAnnotationapplied to the Statistic
-