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