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