Uses of Class
com.amazonaws.services.ec2.model.SlotDateTimeRangeRequest
-
Packages that use SlotDateTimeRangeRequest Package Description com.amazonaws.services.ec2.model -
-
Uses of SlotDateTimeRangeRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SlotDateTimeRangeRequest Modifier and Type Method 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.Methods in com.amazonaws.services.ec2.model with parameters of type SlotDateTimeRangeRequest Modifier and Type Method 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.
-