Uses of Class
software.amazon.awssdk.services.cloudwatch.model.EvaluationWindow
Packages that use EvaluationWindow
-
Uses of EvaluationWindow in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return EvaluationWindowModifier and TypeMethodDescriptionfinal EvaluationWindowMetricAlarm.evaluationWindow()The evaluation window that the alarm uses to select the range of metric data that it evaluates.final EvaluationWindowPutMetricAlarmRequest.evaluationWindow()The evaluation window that the alarm uses to select the range of metric data that it evaluates.static EvaluationWindowEvaluationWindow.fromSlidingWindow(Consumer<SlidingWindow.Builder> slidingWindow) Create an instance of this class withslidingWindow()initialized to the given value.static EvaluationWindowEvaluationWindow.fromSlidingWindow(SlidingWindow slidingWindow) Create an instance of this class withslidingWindow()initialized to the given value.static EvaluationWindowEvaluationWindow.fromWallClockWindow(Consumer<WallClockWindow.Builder> wallClockWindow) Create an instance of this class withwallClockWindow()initialized to the given value.static EvaluationWindowEvaluationWindow.fromWallClockWindow(WallClockWindow wallClockWindow) Create an instance of this class withwallClockWindow()initialized to the given value.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type EvaluationWindowModifier and TypeMethodDescriptionMetricAlarm.Builder.evaluationWindow(EvaluationWindow evaluationWindow) The evaluation window that the alarm uses to select the range of metric data that it evaluates.PutMetricAlarmRequest.Builder.evaluationWindow(EvaluationWindow evaluationWindow) The evaluation window that the alarm uses to select the range of metric data that it evaluates.