Uses of Class
software.amazon.awssdk.services.opensearch.model.AutoTuneMaintenanceSchedule
-
Packages that use AutoTuneMaintenanceSchedule Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of AutoTuneMaintenanceSchedule in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type AutoTuneMaintenanceSchedule Modifier and Type Method Description List<AutoTuneMaintenanceSchedule>AutoTuneOptions. maintenanceSchedules()DEPRECATED.List<AutoTuneMaintenanceSchedule>AutoTuneOptionsInput. maintenanceSchedules()A list of maintenance schedules during which Auto-Tune can deploy changes.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type AutoTuneMaintenanceSchedule Modifier and Type Method Description AutoTuneOptions.BuilderAutoTuneOptions.Builder. maintenanceSchedules(AutoTuneMaintenanceSchedule... maintenanceSchedules)DEPRECATED.AutoTuneOptionsInput.BuilderAutoTuneOptionsInput.Builder. maintenanceSchedules(AutoTuneMaintenanceSchedule... maintenanceSchedules)A list of maintenance schedules during which Auto-Tune can deploy changes.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type AutoTuneMaintenanceSchedule Modifier and Type Method Description AutoTuneOptions.BuilderAutoTuneOptions.Builder. maintenanceSchedules(Collection<AutoTuneMaintenanceSchedule> maintenanceSchedules)DEPRECATED.AutoTuneOptionsInput.BuilderAutoTuneOptionsInput.Builder. maintenanceSchedules(Collection<AutoTuneMaintenanceSchedule> maintenanceSchedules)A list of maintenance schedules during which Auto-Tune can deploy changes.
-