Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.WallClockWindow.Builder
Packages that use WallClockWindow.Builder
-
Uses of WallClockWindow.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return WallClockWindow.BuilderModifier and TypeMethodDescriptionstatic WallClockWindow.BuilderWallClockWindow.builder()The time zone to use when the alarm aligns the evaluation window to clock boundaries.WallClockWindow.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type WallClockWindow.BuilderModifier and TypeMethodDescriptionstatic Class<? extends WallClockWindow.Builder>WallClockWindow.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type WallClockWindow.BuilderModifier and TypeMethodDescriptionstatic EvaluationWindowEvaluationWindow.fromWallClockWindow(Consumer<WallClockWindow.Builder> wallClockWindow) Create an instance of this class withEvaluationWindow.wallClockWindow()initialized to the given value.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.