Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.SingleMetricAnomalyDetector.Builder
Packages that use SingleMetricAnomalyDetector.Builder
-
Uses of SingleMetricAnomalyDetector.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return SingleMetricAnomalyDetector.BuilderModifier and TypeMethodDescriptionIf the CloudWatch metric that provides the time series that the anomaly detector uses as input is in another account, specify that account ID here.SingleMetricAnomalyDetector.builder()SingleMetricAnomalyDetector.Builder.dimensions(Collection<Dimension> dimensions) The metric dimensions to create the anomaly detection model for.SingleMetricAnomalyDetector.Builder.dimensions(Consumer<Dimension.Builder>... dimensions) The metric dimensions to create the anomaly detection model for.SingleMetricAnomalyDetector.Builder.dimensions(Dimension... dimensions) The metric dimensions to create the anomaly detection model for.SingleMetricAnomalyDetector.Builder.metricName(String metricName) The name of the metric to create the anomaly detection model for.The namespace of the metric to create the anomaly detection model for.The statistic to use for the metric and anomaly detection model.SingleMetricAnomalyDetector.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type SingleMetricAnomalyDetector.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SingleMetricAnomalyDetector.Builder>SingleMetricAnomalyDetector.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type SingleMetricAnomalyDetector.BuilderModifier and TypeMethodDescriptiondefault AnomalyDetector.BuilderAnomalyDetector.Builder.singleMetricAnomalyDetector(Consumer<SingleMetricAnomalyDetector.Builder> singleMetricAnomalyDetector) The CloudWatch metric and statistic for this anomaly detector.DeleteAnomalyDetectorRequest.Builder.singleMetricAnomalyDetector(Consumer<SingleMetricAnomalyDetector.Builder> singleMetricAnomalyDetector) A single metric anomaly detector to be deleted.PutAnomalyDetectorRequest.Builder.singleMetricAnomalyDetector(Consumer<SingleMetricAnomalyDetector.Builder> singleMetricAnomalyDetector) A single metric anomaly detector to be created.