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