Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SlotStartTimeRangeRequest |
SlotStartTimeRangeRequest.clone() |
SlotStartTimeRangeRequest |
DescribeScheduledInstancesRequest.getSlotStartTimeRange()
The time period for the first schedule to start.
|
SlotStartTimeRangeRequest |
SlotStartTimeRangeRequest.withEarliestTime(Date earliestTime)
The earliest date and time, in UTC, for the Scheduled Instance to start.
|
SlotStartTimeRangeRequest |
SlotStartTimeRangeRequest.withLatestTime(Date latestTime)
The latest date and time, in UTC, for the Scheduled Instance to start.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeScheduledInstancesRequest.setSlotStartTimeRange(SlotStartTimeRangeRequest slotStartTimeRange)
The time period for the first schedule to start.
|
DescribeScheduledInstancesRequest |
DescribeScheduledInstancesRequest.withSlotStartTimeRange(SlotStartTimeRangeRequest slotStartTimeRange)
The time period for the first schedule to start.
|
Copyright © 2017. All rights reserved.