Uses of Class
software.amazon.awssdk.services.glue.model.StopColumnStatisticsTaskRunResponse
-
Packages that use StopColumnStatisticsTaskRunResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of StopColumnStatisticsTaskRunResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return StopColumnStatisticsTaskRunResponse Modifier and Type Method Description default StopColumnStatisticsTaskRunResponseGlueClient. stopColumnStatisticsTaskRun(Consumer<StopColumnStatisticsTaskRunRequest.Builder> stopColumnStatisticsTaskRunRequest)Stops a task run for the specified table.default StopColumnStatisticsTaskRunResponseGlueClient. stopColumnStatisticsTaskRun(StopColumnStatisticsTaskRunRequest stopColumnStatisticsTaskRunRequest)Stops a task run for the specified table.Methods in software.amazon.awssdk.services.glue that return types with arguments of type StopColumnStatisticsTaskRunResponse Modifier and Type Method Description default CompletableFuture<StopColumnStatisticsTaskRunResponse>GlueAsyncClient. stopColumnStatisticsTaskRun(Consumer<StopColumnStatisticsTaskRunRequest.Builder> stopColumnStatisticsTaskRunRequest)Stops a task run for the specified table.default CompletableFuture<StopColumnStatisticsTaskRunResponse>GlueAsyncClient. stopColumnStatisticsTaskRun(StopColumnStatisticsTaskRunRequest stopColumnStatisticsTaskRunRequest)Stops a task run for the specified table.
-