Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
UpdateColumnStatisticsForTableResult |
AbstractAWSGlue.updateColumnStatisticsForTable(UpdateColumnStatisticsForTableRequest request) |
UpdateColumnStatisticsForTableResult |
AWSGlue.updateColumnStatisticsForTable(UpdateColumnStatisticsForTableRequest updateColumnStatisticsForTableRequest)
Creates or updates table statistics of columns.
|
UpdateColumnStatisticsForTableResult |
AWSGlueClient.updateColumnStatisticsForTable(UpdateColumnStatisticsForTableRequest request)
Creates or updates table statistics of columns.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateColumnStatisticsForTableResult> |
AWSGlueAsyncClient.updateColumnStatisticsForTableAsync(UpdateColumnStatisticsForTableRequest request,
AsyncHandler<UpdateColumnStatisticsForTableRequest,UpdateColumnStatisticsForTableResult> asyncHandler) |
Future<UpdateColumnStatisticsForTableResult> |
AWSGlueAsync.updateColumnStatisticsForTableAsync(UpdateColumnStatisticsForTableRequest updateColumnStatisticsForTableRequest,
AsyncHandler<UpdateColumnStatisticsForTableRequest,UpdateColumnStatisticsForTableResult> asyncHandler)
Creates or updates table statistics of columns.
|
Future<UpdateColumnStatisticsForTableResult> |
AbstractAWSGlueAsync.updateColumnStatisticsForTableAsync(UpdateColumnStatisticsForTableRequest request,
AsyncHandler<UpdateColumnStatisticsForTableRequest,UpdateColumnStatisticsForTableResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateColumnStatisticsForTableResult |
UpdateColumnStatisticsForTableResult.clone() |
UpdateColumnStatisticsForTableResult |
UpdateColumnStatisticsForTableResult.withErrors(Collection<ColumnStatisticsError> errors)
List of ColumnStatisticsErrors.
|
UpdateColumnStatisticsForTableResult |
UpdateColumnStatisticsForTableResult.withErrors(ColumnStatisticsError... errors)
List of ColumnStatisticsErrors.
|
Copyright © 2020. All rights reserved.