Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SlotDateTimeRangeRequest |
SlotDateTimeRangeRequest.clone() |
SlotDateTimeRangeRequest |
DescribeScheduledInstanceAvailabilityRequest.getFirstSlotStartTimeRange()
The time period for the first schedule to start.
|
SlotDateTimeRangeRequest |
SlotDateTimeRangeRequest.withEarliestTime(Date earliestTime)
The earliest date and time, in UTC, for the Scheduled Instance to start.
|
SlotDateTimeRangeRequest |
SlotDateTimeRangeRequest.withLatestTime(Date latestTime)
The latest date and time, in UTC, for the Scheduled Instance to start.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeScheduledInstanceAvailabilityRequest.setFirstSlotStartTimeRange(SlotDateTimeRangeRequest firstSlotStartTimeRange)
The time period for the first schedule to start.
|
DescribeScheduledInstanceAvailabilityRequest |
DescribeScheduledInstanceAvailabilityRequest.withFirstSlotStartTimeRange(SlotDateTimeRangeRequest firstSlotStartTimeRange)
The time period for the first schedule to start.
|
Copyright © 2018. All rights reserved.