Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.MetricWindow.Builder
-
Packages that use MetricWindow.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of MetricWindow.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return MetricWindow.Builder Modifier and Type Method Description static MetricWindow.BuilderMetricWindow. builder()MetricWindow.BuilderMetricWindow. toBuilder()default MetricWindow.BuilderMetricWindow.Builder. tumbling(Consumer<TumblingWindow.Builder> tumbling)The tumbling time interval window.MetricWindow.BuilderMetricWindow.Builder. tumbling(TumblingWindow tumbling)The tumbling time interval window.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type MetricWindow.Builder Modifier and Type Method Description static Class<? extends MetricWindow.Builder>MetricWindow. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type MetricWindow.Builder Modifier and Type Method Description default Metric.BuilderMetric.Builder. window(Consumer<MetricWindow.Builder> window)The window (time interval) over which IoT SiteWise computes the metric's aggregation expression.
-