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