Uses of Class
com.amazonaws.services.ec2.model.SlotDateTimeRangeRequest
Packages that use SlotDateTimeRangeRequest
-
Uses of SlotDateTimeRangeRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SlotDateTimeRangeRequestModifier and TypeMethodDescriptionSlotDateTimeRangeRequest.clone()
DescribeScheduledInstanceAvailabilityRequest.getFirstSlotStartTimeRange()
The time period for the first schedule to start.SlotDateTimeRangeRequest.withEarliestTime
(Date earliestTime) The earliest date and time, in UTC, for the Scheduled Instance to start.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 SlotDateTimeRangeRequestModifier and TypeMethodDescriptionvoid
DescribeScheduledInstanceAvailabilityRequest.setFirstSlotStartTimeRange
(SlotDateTimeRangeRequest firstSlotStartTimeRange) The time period for the first schedule to start.DescribeScheduledInstanceAvailabilityRequest.withFirstSlotStartTimeRange
(SlotDateTimeRangeRequest firstSlotStartTimeRange) The time period for the first schedule to start.