Uses of Class
software.amazon.awssdk.services.cloudwatch.model.WallClockWindow
Packages that use WallClockWindow
-
Uses of WallClockWindow in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return WallClockWindowModifier and TypeMethodDescriptionfinal WallClockWindowEvaluationWindow.wallClockWindow()A wall clock window, which aligns the evaluated range to fixed clock boundaries that match the alarm's period, such as the top of the hour, midnight, or the start of the calendar week.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type WallClockWindowModifier and TypeMethodDescriptionstatic EvaluationWindowEvaluationWindow.fromWallClockWindow(WallClockWindow wallClockWindow) Create an instance of this class withEvaluationWindow.wallClockWindow()initialized to the given value.EvaluationWindow.Builder.wallClockWindow(WallClockWindow wallClockWindow) A wall clock window, which aligns the evaluated range to fixed clock boundaries that match the alarm's period, such as the top of the hour, midnight, or the start of the calendar week.