Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceEventWindowTimeRangeRequest
-
Packages that use InstanceEventWindowTimeRangeRequest Package Description software.amazon.awssdk.services.ec2.model -
-
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 InstanceEventWindowTimeRangeRequest Modifier and Type Method Description List<InstanceEventWindowTimeRangeRequest>CreateInstanceEventWindowRequest. timeRanges()The time range for the event window.List<InstanceEventWindowTimeRangeRequest>ModifyInstanceEventWindowRequest. timeRanges()The time ranges of the event window.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceEventWindowTimeRangeRequest Modifier and Type Method Description CreateInstanceEventWindowRequest.BuilderCreateInstanceEventWindowRequest.Builder. timeRanges(InstanceEventWindowTimeRangeRequest... timeRanges)The time range for the event window.ModifyInstanceEventWindowRequest.BuilderModifyInstanceEventWindowRequest.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 InstanceEventWindowTimeRangeRequest Modifier and Type Method Description CreateInstanceEventWindowRequest.BuilderCreateInstanceEventWindowRequest.Builder. timeRanges(Collection<InstanceEventWindowTimeRangeRequest> timeRanges)The time range for the event window.ModifyInstanceEventWindowRequest.BuilderModifyInstanceEventWindowRequest.Builder. timeRanges(Collection<InstanceEventWindowTimeRangeRequest> timeRanges)The time ranges of the event window.
-