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