Uses of Interface
software.amazon.awscdk.services.cloudwatch.CfnAlarm.EvaluationWindowProperty
Packages that use CfnAlarm.EvaluationWindowProperty
-
Uses of CfnAlarm.EvaluationWindowProperty in software.amazon.awscdk.services.cloudwatch
Classes in software.amazon.awscdk.services.cloudwatch that implement CfnAlarm.EvaluationWindowPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnAlarm.EvaluationWindowPropertyMethods in software.amazon.awscdk.services.cloudwatch that return CfnAlarm.EvaluationWindowPropertyModifier and TypeMethodDescriptionCfnAlarm.EvaluationWindowProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.cloudwatch with parameters of type CfnAlarm.EvaluationWindowPropertyModifier and TypeMethodDescriptionCfnAlarm.Builder.evaluationWindow(CfnAlarm.EvaluationWindowProperty evaluationWindow) The evaluation window that an alarm uses to select the range of metric data that it evaluates each time it runs.CfnAlarmProps.Builder.evaluationWindow(CfnAlarm.EvaluationWindowProperty evaluationWindow) Sets the value ofCfnAlarmProps.getEvaluationWindow()voidCfnAlarm.setEvaluationWindow(CfnAlarm.EvaluationWindowProperty value) The evaluation window that an alarm uses to select the range of metric data that it evaluates each time it runs.