Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.EvaluationWindow.Builder
Packages that use EvaluationWindow.Builder
-
Uses of EvaluationWindow.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return EvaluationWindow.BuilderModifier and TypeMethodDescriptionstatic EvaluationWindow.BuilderEvaluationWindow.builder()default EvaluationWindow.BuilderEvaluationWindow.Builder.slidingWindow(Consumer<SlidingWindow.Builder> slidingWindow) A sliding window, which advances each time the alarm is evaluated, forming a rolling time window.EvaluationWindow.Builder.slidingWindow(SlidingWindow slidingWindow) A sliding window, which advances each time the alarm is evaluated, forming a rolling time window.EvaluationWindow.toBuilder()default EvaluationWindow.BuilderEvaluationWindow.Builder.wallClockWindow(Consumer<WallClockWindow.Builder> 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.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.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type EvaluationWindow.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EvaluationWindow.Builder>EvaluationWindow.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type EvaluationWindow.BuilderModifier and TypeMethodDescriptiondefault MetricAlarm.BuilderMetricAlarm.Builder.evaluationWindow(Consumer<EvaluationWindow.Builder> evaluationWindow) The evaluation window that the alarm uses to select the range of metric data that it evaluates.default PutMetricAlarmRequest.BuilderPutMetricAlarmRequest.Builder.evaluationWindow(Consumer<EvaluationWindow.Builder> evaluationWindow) The evaluation window that the alarm uses to select the range of metric data that it evaluates.