Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
UpdateColumnStatisticsForPartitionRequest |
UpdateColumnStatisticsForPartitionRequest.clone() |
UpdateColumnStatisticsForPartitionRequest |
UpdateColumnStatisticsForPartitionRequest.withCatalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside.
|
UpdateColumnStatisticsForPartitionRequest |
UpdateColumnStatisticsForPartitionRequest.withColumnStatisticsList(Collection<ColumnStatistics> columnStatisticsList)
A list of the column statistics.
|
UpdateColumnStatisticsForPartitionRequest |
UpdateColumnStatisticsForPartitionRequest.withColumnStatisticsList(ColumnStatistics... columnStatisticsList)
A list of the column statistics.
|
UpdateColumnStatisticsForPartitionRequest |
UpdateColumnStatisticsForPartitionRequest.withDatabaseName(String databaseName)
The name of the catalog database where the partitions reside.
|
UpdateColumnStatisticsForPartitionRequest |
UpdateColumnStatisticsForPartitionRequest.withPartitionValues(Collection<String> partitionValues)
A list of partition values identifying the partition.
|
UpdateColumnStatisticsForPartitionRequest |
UpdateColumnStatisticsForPartitionRequest.withPartitionValues(String... partitionValues)
A list of partition values identifying the partition.
|
UpdateColumnStatisticsForPartitionRequest |
UpdateColumnStatisticsForPartitionRequest.withTableName(String tableName)
The name of the partitions' table.
|
Copyright © 2023. All rights reserved.