Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
WindowStartTime |
WindowStartTime.clone() |
WindowStartTime |
OffPeakWindow.getWindowStartTime()
A custom start time for the off-peak window, in Coordinated Universal Time (UTC).
|
WindowStartTime |
WindowStartTime.withHours(Long hours)
The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time.
|
WindowStartTime |
WindowStartTime.withMinutes(Long minutes)
The start minute of the window, in UTC.
|
Modifier and Type | Method and Description |
---|---|
void |
OffPeakWindow.setWindowStartTime(WindowStartTime windowStartTime)
A custom start time for the off-peak window, in Coordinated Universal Time (UTC).
|
OffPeakWindow |
OffPeakWindow.withWindowStartTime(WindowStartTime windowStartTime)
A custom start time for the off-peak window, in Coordinated Universal Time (UTC).
|
Copyright © 2023. All rights reserved.