| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<InstanceEventWindowTimeRangeRequest> |
ModifyInstanceEventWindowRequest.timeRanges()
The time ranges of the event window.
|
List<InstanceEventWindowTimeRangeRequest> |
CreateInstanceEventWindowRequest.timeRanges()
The time range for the event window.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyInstanceEventWindowRequest.Builder |
ModifyInstanceEventWindowRequest.Builder.timeRanges(InstanceEventWindowTimeRangeRequest... timeRanges)
The time ranges of the event window.
|
CreateInstanceEventWindowRequest.Builder |
CreateInstanceEventWindowRequest.Builder.timeRanges(InstanceEventWindowTimeRangeRequest... timeRanges)
The time range for the event window.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyInstanceEventWindowRequest.Builder |
ModifyInstanceEventWindowRequest.Builder.timeRanges(Collection<InstanceEventWindowTimeRangeRequest> timeRanges)
The time ranges of the event window.
|
CreateInstanceEventWindowRequest.Builder |
CreateInstanceEventWindowRequest.Builder.timeRanges(Collection<InstanceEventWindowTimeRangeRequest> timeRanges)
The time range for the event window.
|
Copyright © 2021. All rights reserved.