Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
ColumnStatisticsError |
ColumnStatisticsError.clone() |
ColumnStatisticsError |
ColumnStatisticsError.withColumnStatistics(ColumnStatistics columnStatistics)
The
ColumnStatistics of the column. |
ColumnStatisticsError |
ColumnStatisticsError.withError(ErrorDetail error)
An error message with the reason for the failure of an operation.
|
Modifier and Type | Method and Description |
---|---|
List<ColumnStatisticsError> |
UpdateColumnStatisticsForTableResult.getErrors()
List of ColumnStatisticsErrors.
|
List<ColumnStatisticsError> |
UpdateColumnStatisticsForPartitionResult.getErrors()
Error occurred during updating column statistics data.
|
Modifier and Type | Method and Description |
---|---|
UpdateColumnStatisticsForTableResult |
UpdateColumnStatisticsForTableResult.withErrors(ColumnStatisticsError... errors)
List of ColumnStatisticsErrors.
|
UpdateColumnStatisticsForPartitionResult |
UpdateColumnStatisticsForPartitionResult.withErrors(ColumnStatisticsError... errors)
Error occurred during updating column statistics data.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateColumnStatisticsForTableResult.setErrors(Collection<ColumnStatisticsError> errors)
List of ColumnStatisticsErrors.
|
void |
UpdateColumnStatisticsForPartitionResult.setErrors(Collection<ColumnStatisticsError> errors)
Error occurred during updating column statistics data.
|
UpdateColumnStatisticsForTableResult |
UpdateColumnStatisticsForTableResult.withErrors(Collection<ColumnStatisticsError> errors)
List of ColumnStatisticsErrors.
|
UpdateColumnStatisticsForPartitionResult |
UpdateColumnStatisticsForPartitionResult.withErrors(Collection<ColumnStatisticsError> errors)
Error occurred during updating column statistics data.
|
Copyright © 2023. All rights reserved.