Uses of Class
software.amazon.awssdk.services.elasticsearch.model.AutoTuneMaintenanceSchedule
-
Packages that use AutoTuneMaintenanceSchedule Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of AutoTuneMaintenanceSchedule in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type AutoTuneMaintenanceSchedule Modifier and Type Method Description List<AutoTuneMaintenanceSchedule>AutoTuneOptions. maintenanceSchedules()Specifies list of maitenance schedules.List<AutoTuneMaintenanceSchedule>AutoTuneOptionsInput. maintenanceSchedules()Specifies list of maitenance schedules.Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type AutoTuneMaintenanceSchedule Modifier and Type Method Description AutoTuneOptions.BuilderAutoTuneOptions.Builder. maintenanceSchedules(AutoTuneMaintenanceSchedule... maintenanceSchedules)Specifies list of maitenance schedules.AutoTuneOptionsInput.BuilderAutoTuneOptionsInput.Builder. maintenanceSchedules(AutoTuneMaintenanceSchedule... maintenanceSchedules)Specifies list of maitenance schedules.Method parameters in software.amazon.awssdk.services.elasticsearch.model with type arguments of type AutoTuneMaintenanceSchedule Modifier and Type Method Description AutoTuneOptions.BuilderAutoTuneOptions.Builder. maintenanceSchedules(Collection<AutoTuneMaintenanceSchedule> maintenanceSchedules)Specifies list of maitenance schedules.AutoTuneOptionsInput.BuilderAutoTuneOptionsInput.Builder. maintenanceSchedules(Collection<AutoTuneMaintenanceSchedule> maintenanceSchedules)Specifies list of maitenance schedules.
-