Uses of Class
software.amazon.awssdk.services.cloudwatch.model.Dimension
Packages that use Dimension
-
Uses of Dimension in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type DimensionModifier and TypeMethodDescriptionAnomalyDetector.dimensions()Deprecated.Use SingleMetricAnomalyDetector.Dimensions property.DeleteAnomalyDetectorRequest.dimensions()Deprecated.Use SingleMetricAnomalyDetector.DescribeAlarmsForMetricRequest.dimensions()The dimensions associated with the metric.DescribeAnomalyDetectorsRequest.dimensions()Limits the results to only the anomaly detection models that are associated with the specified metric dimensions.GetMetricStatisticsRequest.dimensions()The dimensions.Metric.dimensions()The dimensions for the metric.MetricAlarm.dimensions()The dimensions for the metric associated with the alarm.MetricDatum.dimensions()The dimensions associated with the metric.PutAnomalyDetectorRequest.dimensions()Deprecated.Use SingleMetricAnomalyDetector.PutMetricAlarmRequest.dimensions()The dimensions for the metric specified inMetricName.SingleMetricAnomalyDetector.dimensions()The metric dimensions to create the anomaly detection model for.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type DimensionModifier and TypeMethodDescriptionAnomalyDetector.Builder.dimensions(Dimension... dimensions) Deprecated.Use SingleMetricAnomalyDetector.Dimensions property.DeleteAnomalyDetectorRequest.Builder.dimensions(Dimension... dimensions) Deprecated.Use SingleMetricAnomalyDetector.DescribeAlarmsForMetricRequest.Builder.dimensions(Dimension... dimensions) The dimensions associated with the metric.DescribeAnomalyDetectorsRequest.Builder.dimensions(Dimension... dimensions) Limits the results to only the anomaly detection models that are associated with the specified metric dimensions.GetMetricStatisticsRequest.Builder.dimensions(Dimension... dimensions) The dimensions.Metric.Builder.dimensions(Dimension... dimensions) The dimensions for the metric.MetricAlarm.Builder.dimensions(Dimension... dimensions) The dimensions for the metric associated with the alarm.MetricDatum.Builder.dimensions(Dimension... dimensions) The dimensions associated with the metric.PutAnomalyDetectorRequest.Builder.dimensions(Dimension... dimensions) Deprecated.Use SingleMetricAnomalyDetector.PutMetricAlarmRequest.Builder.dimensions(Dimension... dimensions) The dimensions for the metric specified inMetricName.SingleMetricAnomalyDetector.Builder.dimensions(Dimension... dimensions) The metric dimensions to create the anomaly detection model for.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type DimensionModifier and TypeMethodDescriptionAnomalyDetector.Builder.dimensions(Collection<Dimension> dimensions) Deprecated.Use SingleMetricAnomalyDetector.Dimensions property.DeleteAnomalyDetectorRequest.Builder.dimensions(Collection<Dimension> dimensions) Deprecated.Use SingleMetricAnomalyDetector.DescribeAlarmsForMetricRequest.Builder.dimensions(Collection<Dimension> dimensions) The dimensions associated with the metric.DescribeAnomalyDetectorsRequest.Builder.dimensions(Collection<Dimension> dimensions) Limits the results to only the anomaly detection models that are associated with the specified metric dimensions.GetMetricStatisticsRequest.Builder.dimensions(Collection<Dimension> dimensions) The dimensions.Metric.Builder.dimensions(Collection<Dimension> dimensions) The dimensions for the metric.MetricAlarm.Builder.dimensions(Collection<Dimension> dimensions) The dimensions for the metric associated with the alarm.MetricDatum.Builder.dimensions(Collection<Dimension> dimensions) The dimensions associated with the metric.PutAnomalyDetectorRequest.Builder.dimensions(Collection<Dimension> dimensions) Deprecated.Use SingleMetricAnomalyDetector.PutMetricAlarmRequest.Builder.dimensions(Collection<Dimension> dimensions) The dimensions for the metric specified inMetricName.SingleMetricAnomalyDetector.Builder.dimensions(Collection<Dimension> dimensions) The metric dimensions to create the anomaly detection model for.