Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceEventWindowTimeRangeRequest
Packages that use InstanceEventWindowTimeRangeRequest
-
Uses of InstanceEventWindowTimeRangeRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceEventWindowTimeRangeRequestModifier and TypeMethodDescriptionCreateInstanceEventWindowRequest.timeRanges()The time range for the event window.ModifyInstanceEventWindowRequest.timeRanges()The time ranges of the event window.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceEventWindowTimeRangeRequestModifier and TypeMethodDescriptionCreateInstanceEventWindowRequest.Builder.timeRanges(InstanceEventWindowTimeRangeRequest... timeRanges) The time range for the event window.ModifyInstanceEventWindowRequest.Builder.timeRanges(InstanceEventWindowTimeRangeRequest... timeRanges) The time ranges of the event window.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceEventWindowTimeRangeRequestModifier and TypeMethodDescriptionCreateInstanceEventWindowRequest.Builder.timeRanges(Collection<InstanceEventWindowTimeRangeRequest> timeRanges) The time range for the event window.ModifyInstanceEventWindowRequest.Builder.timeRanges(Collection<InstanceEventWindowTimeRangeRequest> timeRanges) The time ranges of the event window.