| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
GetColumnStatisticsTaskRunResult |
AWSGlueClient.getColumnStatisticsTaskRun(GetColumnStatisticsTaskRunRequest request)
Get the associated metadata/information for a task run, given a task run ID.
|
GetColumnStatisticsTaskRunResult |
AbstractAWSGlue.getColumnStatisticsTaskRun(GetColumnStatisticsTaskRunRequest request) |
GetColumnStatisticsTaskRunResult |
AWSGlue.getColumnStatisticsTaskRun(GetColumnStatisticsTaskRunRequest getColumnStatisticsTaskRunRequest)
Get the associated metadata/information for a task run, given a task run ID.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetColumnStatisticsTaskRunResult> |
AWSGlueAsyncClient.getColumnStatisticsTaskRunAsync(GetColumnStatisticsTaskRunRequest request,
AsyncHandler<GetColumnStatisticsTaskRunRequest,GetColumnStatisticsTaskRunResult> asyncHandler) |
Future<GetColumnStatisticsTaskRunResult> |
AbstractAWSGlueAsync.getColumnStatisticsTaskRunAsync(GetColumnStatisticsTaskRunRequest request,
AsyncHandler<GetColumnStatisticsTaskRunRequest,GetColumnStatisticsTaskRunResult> asyncHandler) |
Future<GetColumnStatisticsTaskRunResult> |
AWSGlueAsync.getColumnStatisticsTaskRunAsync(GetColumnStatisticsTaskRunRequest getColumnStatisticsTaskRunRequest,
AsyncHandler<GetColumnStatisticsTaskRunRequest,GetColumnStatisticsTaskRunResult> asyncHandler)
Get the associated metadata/information for a task run, given a task run ID.
|
| Modifier and Type | Method and Description |
|---|---|
GetColumnStatisticsTaskRunResult |
GetColumnStatisticsTaskRunResult.clone() |
GetColumnStatisticsTaskRunResult |
GetColumnStatisticsTaskRunResult.withColumnStatisticsTaskRun(ColumnStatisticsTaskRun columnStatisticsTaskRun)
A
ColumnStatisticsTaskRun object representing the details of the column stats run. |
Copyright © 2024. All rights reserved.