Uses of Interface
software.amazon.awssdk.services.ec2.model.SlotDateTimeRangeRequest.Builder
Packages that use SlotDateTimeRangeRequest.Builder
-
Uses of SlotDateTimeRangeRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SlotDateTimeRangeRequest.BuilderModifier and TypeMethodDescriptionSlotDateTimeRangeRequest.builder()SlotDateTimeRangeRequest.Builder.earliestTime(Instant earliestTime) The earliest date and time, in UTC, for the Scheduled Instance to start.SlotDateTimeRangeRequest.Builder.latestTime(Instant latestTime) The latest date and time, in UTC, for the Scheduled Instance to start.SlotDateTimeRangeRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SlotDateTimeRangeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SlotDateTimeRangeRequest.Builder>SlotDateTimeRangeRequest.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SlotDateTimeRangeRequest.BuilderModifier and TypeMethodDescriptionDescribeScheduledInstanceAvailabilityRequest.Builder.firstSlotStartTimeRange(Consumer<SlotDateTimeRangeRequest.Builder> firstSlotStartTimeRange) The time period for the first schedule to start.