Uses of Class
com.amazonaws.services.ec2.model.SlotStartTimeRangeRequest
Packages that use SlotStartTimeRangeRequest
-
Uses of SlotStartTimeRangeRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SlotStartTimeRangeRequestModifier and TypeMethodDescriptionSlotStartTimeRangeRequest.clone()DescribeScheduledInstancesRequest.getSlotStartTimeRange()The time period for the first schedule to start.SlotStartTimeRangeRequest.withEarliestTime(Date earliestTime) The earliest date and time, in UTC, for the Scheduled Instance to start.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 SlotStartTimeRangeRequestModifier and TypeMethodDescriptionvoidDescribeScheduledInstancesRequest.setSlotStartTimeRange(SlotStartTimeRangeRequest slotStartTimeRange) The time period for the first schedule to start.DescribeScheduledInstancesRequest.withSlotStartTimeRange(SlotStartTimeRangeRequest slotStartTimeRange) The time period for the first schedule to start.