Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
Duration |
Duration.clone() |
Duration |
AutoTuneMaintenanceSchedule.getDuration()
The duration of the maintenance schedule.
|
Duration |
Duration.withUnit(String unit)
The unit of measurement for the duration of a maintenance schedule.
|
Duration |
Duration.withUnit(TimeUnit unit)
The unit of measurement for the duration of a maintenance schedule.
|
Duration |
Duration.withValue(Long value)
Integer to specify the value of a maintenance schedule duration.
|
Modifier and Type | Method and Description |
---|---|
void |
AutoTuneMaintenanceSchedule.setDuration(Duration duration)
The duration of the maintenance schedule.
|
AutoTuneMaintenanceSchedule |
AutoTuneMaintenanceSchedule.withDuration(Duration duration)
The duration of the maintenance schedule.
|
Copyright © 2023. All rights reserved.