Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InstanceEventWindowTimeRange |
InstanceEventWindowTimeRange.clone() |
InstanceEventWindowTimeRange |
InstanceEventWindowTimeRange.withEndHour(Integer endHour)
The hour when the time range ends.
|
InstanceEventWindowTimeRange |
InstanceEventWindowTimeRange.withEndWeekDay(String endWeekDay)
The day on which the time range ends.
|
InstanceEventWindowTimeRange |
InstanceEventWindowTimeRange.withEndWeekDay(WeekDay endWeekDay)
The day on which the time range ends.
|
InstanceEventWindowTimeRange |
InstanceEventWindowTimeRange.withStartHour(Integer startHour)
The hour when the time range begins.
|
InstanceEventWindowTimeRange |
InstanceEventWindowTimeRange.withStartWeekDay(String startWeekDay)
The day on which the time range begins.
|
InstanceEventWindowTimeRange |
InstanceEventWindowTimeRange.withStartWeekDay(WeekDay startWeekDay)
The day on which the time range begins.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceEventWindowTimeRange> |
InstanceEventWindow.getTimeRanges()
One or more time ranges defined for the event window.
|
Modifier and Type | Method and Description |
---|---|
InstanceEventWindow |
InstanceEventWindow.withTimeRanges(InstanceEventWindowTimeRange... timeRanges)
One or more time ranges defined for the event window.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceEventWindow.setTimeRanges(Collection<InstanceEventWindowTimeRange> timeRanges)
One or more time ranges defined for the event window.
|
InstanceEventWindow |
InstanceEventWindow.withTimeRanges(Collection<InstanceEventWindowTimeRange> timeRanges)
One or more time ranges defined for the event window.
|
Copyright © 2023. All rights reserved.