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