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 SlotDateTimeRangeRequestSlotDateTimeRangeRequest. clone()SlotDateTimeRangeRequestDescribeScheduledInstanceAvailabilityRequest. getFirstSlotStartTimeRange()The time period for the first schedule to start.SlotDateTimeRangeRequestSlotDateTimeRangeRequest. withEarliestTime(Date earliestTime)The earliest date and time, in UTC, for the Scheduled Instance to start.SlotDateTimeRangeRequestSlotDateTimeRangeRequest. 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 voidDescribeScheduledInstanceAvailabilityRequest. setFirstSlotStartTimeRange(SlotDateTimeRangeRequest firstSlotStartTimeRange)The time period for the first schedule to start.DescribeScheduledInstanceAvailabilityRequestDescribeScheduledInstanceAvailabilityRequest. withFirstSlotStartTimeRange(SlotDateTimeRangeRequest firstSlotStartTimeRange)The time period for the first schedule to start.
-