| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
GetColumnStatisticsForTableResult |
AbstractAWSGlue.getColumnStatisticsForTable(GetColumnStatisticsForTableRequest request) |
GetColumnStatisticsForTableResult |
AWSGlue.getColumnStatisticsForTable(GetColumnStatisticsForTableRequest getColumnStatisticsForTableRequest)
Retrieves table statistics of columns.
|
GetColumnStatisticsForTableResult |
AWSGlueClient.getColumnStatisticsForTable(GetColumnStatisticsForTableRequest request)
Retrieves table statistics of columns.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetColumnStatisticsForTableResult> |
AbstractAWSGlueAsync.getColumnStatisticsForTableAsync(GetColumnStatisticsForTableRequest request,
AsyncHandler<GetColumnStatisticsForTableRequest,GetColumnStatisticsForTableResult> asyncHandler) |
Future<GetColumnStatisticsForTableResult> |
AWSGlueAsync.getColumnStatisticsForTableAsync(GetColumnStatisticsForTableRequest getColumnStatisticsForTableRequest,
AsyncHandler<GetColumnStatisticsForTableRequest,GetColumnStatisticsForTableResult> asyncHandler)
Retrieves table statistics of columns.
|
Future<GetColumnStatisticsForTableResult> |
AWSGlueAsyncClient.getColumnStatisticsForTableAsync(GetColumnStatisticsForTableRequest request,
AsyncHandler<GetColumnStatisticsForTableRequest,GetColumnStatisticsForTableResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetColumnStatisticsForTableResult |
GetColumnStatisticsForTableResult.clone() |
GetColumnStatisticsForTableResult |
GetColumnStatisticsForTableResult.withColumnStatisticsList(Collection<ColumnStatistics> columnStatisticsList)
List of ColumnStatistics.
|
GetColumnStatisticsForTableResult |
GetColumnStatisticsForTableResult.withColumnStatisticsList(ColumnStatistics... columnStatisticsList)
List of ColumnStatistics.
|
GetColumnStatisticsForTableResult |
GetColumnStatisticsForTableResult.withErrors(Collection<ColumnError> errors)
List of ColumnStatistics that failed to be retrieved.
|
GetColumnStatisticsForTableResult |
GetColumnStatisticsForTableResult.withErrors(ColumnError... errors)
List of ColumnStatistics that failed to be retrieved.
|
Copyright © 2025. All rights reserved.