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 SlotStartTimeRangeRequestSlotStartTimeRangeRequest. clone()SlotStartTimeRangeRequestDescribeScheduledInstancesRequest. getSlotStartTimeRange()The time period for the first schedule to start.SlotStartTimeRangeRequestSlotStartTimeRangeRequest. withEarliestTime(Date earliestTime)The earliest date and time, in UTC, for the Scheduled Instance to start.SlotStartTimeRangeRequestSlotStartTimeRangeRequest. 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 voidDescribeScheduledInstancesRequest. setSlotStartTimeRange(SlotStartTimeRangeRequest slotStartTimeRange)The time period for the first schedule to start.DescribeScheduledInstancesRequestDescribeScheduledInstancesRequest. withSlotStartTimeRange(SlotStartTimeRangeRequest slotStartTimeRange)The time period for the first schedule to start.
-