Uses of Class
software.amazon.awssdk.services.glue.model.StopColumnStatisticsTaskRunScheduleResponse
-
Packages that use StopColumnStatisticsTaskRunScheduleResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of StopColumnStatisticsTaskRunScheduleResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return StopColumnStatisticsTaskRunScheduleResponse Modifier and Type Method Description default StopColumnStatisticsTaskRunScheduleResponseGlueClient. stopColumnStatisticsTaskRunSchedule(Consumer<StopColumnStatisticsTaskRunScheduleRequest.Builder> stopColumnStatisticsTaskRunScheduleRequest)Stops a column statistics task run schedule.default StopColumnStatisticsTaskRunScheduleResponseGlueClient. stopColumnStatisticsTaskRunSchedule(StopColumnStatisticsTaskRunScheduleRequest stopColumnStatisticsTaskRunScheduleRequest)Stops a column statistics task run schedule.Methods in software.amazon.awssdk.services.glue that return types with arguments of type StopColumnStatisticsTaskRunScheduleResponse Modifier and Type Method Description default CompletableFuture<StopColumnStatisticsTaskRunScheduleResponse>GlueAsyncClient. stopColumnStatisticsTaskRunSchedule(Consumer<StopColumnStatisticsTaskRunScheduleRequest.Builder> stopColumnStatisticsTaskRunScheduleRequest)Stops a column statistics task run schedule.default CompletableFuture<StopColumnStatisticsTaskRunScheduleResponse>GlueAsyncClient. stopColumnStatisticsTaskRunSchedule(StopColumnStatisticsTaskRunScheduleRequest stopColumnStatisticsTaskRunScheduleRequest)Stops a column statistics task run schedule.
-