Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.SlidingWindow.Builder
Packages that use SlidingWindow.Builder
-
Uses of SlidingWindow.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return SlidingWindow.BuilderModifier and TypeMethodDescriptionstatic SlidingWindow.BuilderSlidingWindow.builder()SlidingWindow.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type SlidingWindow.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SlidingWindow.Builder>SlidingWindow.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type SlidingWindow.BuilderModifier and TypeMethodDescriptionstatic EvaluationWindowEvaluationWindow.fromSlidingWindow(Consumer<SlidingWindow.Builder> slidingWindow) Create an instance of this class withEvaluationWindow.slidingWindow()initialized to the given value.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.