Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<StopColumnStatisticsTaskRunResult> |
AbstractAWSGlueAsync.stopColumnStatisticsTaskRunAsync(StopColumnStatisticsTaskRunRequest request,
AsyncHandler<StopColumnStatisticsTaskRunRequest,StopColumnStatisticsTaskRunResult> asyncHandler) |
Future<StopColumnStatisticsTaskRunResult> |
AWSGlueAsync.stopColumnStatisticsTaskRunAsync(StopColumnStatisticsTaskRunRequest stopColumnStatisticsTaskRunRequest,
AsyncHandler<StopColumnStatisticsTaskRunRequest,StopColumnStatisticsTaskRunResult> asyncHandler)
Stops a task run for the specified table.
|
Future<StopColumnStatisticsTaskRunResult> |
AWSGlueAsyncClient.stopColumnStatisticsTaskRunAsync(StopColumnStatisticsTaskRunRequest request,
AsyncHandler<StopColumnStatisticsTaskRunRequest,StopColumnStatisticsTaskRunResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
StopColumnStatisticsTaskRunRequest |
StopColumnStatisticsTaskRunRequest.clone() |
StopColumnStatisticsTaskRunRequest |
StopColumnStatisticsTaskRunRequest.withDatabaseName(String databaseName)
The name of the database where the table resides.
|
StopColumnStatisticsTaskRunRequest |
StopColumnStatisticsTaskRunRequest.withTableName(String tableName)
The name of the table.
|
Copyright © 2024. All rights reserved.