Uses of Class
software.amazon.awssdk.services.glue.model.StartColumnStatisticsTaskRunScheduleResponse
-
Packages that use StartColumnStatisticsTaskRunScheduleResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of StartColumnStatisticsTaskRunScheduleResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return StartColumnStatisticsTaskRunScheduleResponse Modifier and Type Method Description default StartColumnStatisticsTaskRunScheduleResponseGlueClient. startColumnStatisticsTaskRunSchedule(Consumer<StartColumnStatisticsTaskRunScheduleRequest.Builder> startColumnStatisticsTaskRunScheduleRequest)Starts a column statistics task run schedule.default StartColumnStatisticsTaskRunScheduleResponseGlueClient. startColumnStatisticsTaskRunSchedule(StartColumnStatisticsTaskRunScheduleRequest startColumnStatisticsTaskRunScheduleRequest)Starts a column statistics task run schedule.Methods in software.amazon.awssdk.services.glue that return types with arguments of type StartColumnStatisticsTaskRunScheduleResponse Modifier and Type Method Description default CompletableFuture<StartColumnStatisticsTaskRunScheduleResponse>GlueAsyncClient. startColumnStatisticsTaskRunSchedule(Consumer<StartColumnStatisticsTaskRunScheduleRequest.Builder> startColumnStatisticsTaskRunScheduleRequest)Starts a column statistics task run schedule.default CompletableFuture<StartColumnStatisticsTaskRunScheduleResponse>GlueAsyncClient. startColumnStatisticsTaskRunSchedule(StartColumnStatisticsTaskRunScheduleRequest startColumnStatisticsTaskRunScheduleRequest)Starts a column statistics task run schedule.
-