Uses of Class
software.amazon.awssdk.services.glue.model.ColumnStatisticsError
-
Packages that use ColumnStatisticsError Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ColumnStatisticsError in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ColumnStatisticsError Modifier and Type Method Description List<ColumnStatisticsError>UpdateColumnStatisticsForPartitionResponse. errors()Error occurred during updating column statistics data.List<ColumnStatisticsError>UpdateColumnStatisticsForTableResponse. errors()List of ColumnStatisticsErrors.Methods in software.amazon.awssdk.services.glue.model with parameters of type ColumnStatisticsError Modifier and Type Method Description UpdateColumnStatisticsForPartitionResponse.BuilderUpdateColumnStatisticsForPartitionResponse.Builder. errors(ColumnStatisticsError... errors)Error occurred during updating column statistics data.UpdateColumnStatisticsForTableResponse.BuilderUpdateColumnStatisticsForTableResponse.Builder. errors(ColumnStatisticsError... errors)List of ColumnStatisticsErrors.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type ColumnStatisticsError Modifier and Type Method Description UpdateColumnStatisticsForPartitionResponse.BuilderUpdateColumnStatisticsForPartitionResponse.Builder. errors(Collection<ColumnStatisticsError> errors)Error occurred during updating column statistics data.UpdateColumnStatisticsForTableResponse.BuilderUpdateColumnStatisticsForTableResponse.Builder. errors(Collection<ColumnStatisticsError> errors)List of ColumnStatisticsErrors.
-