Uses of Class
software.amazon.awssdk.services.devopsguru.model.CloudWatchMetricsDetail
-
Packages that use CloudWatchMetricsDetail Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of CloudWatchMetricsDetail in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type CloudWatchMetricsDetail Modifier and Type Method Description List<CloudWatchMetricsDetail>AnomalySourceDetails. cloudWatchMetrics()An array ofCloudWatchMetricsDetailobjects that contain information about analyzed CloudWatch metrics that show anomalous behavior.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type CloudWatchMetricsDetail Modifier and Type Method Description AnomalySourceDetails.BuilderAnomalySourceDetails.Builder. cloudWatchMetrics(CloudWatchMetricsDetail... cloudWatchMetrics)An array ofCloudWatchMetricsDetailobjects that contain information about analyzed CloudWatch metrics that show anomalous behavior.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type CloudWatchMetricsDetail Modifier and Type Method Description AnomalySourceDetails.BuilderAnomalySourceDetails.Builder. cloudWatchMetrics(Collection<CloudWatchMetricsDetail> cloudWatchMetrics)An array ofCloudWatchMetricsDetailobjects that contain information about analyzed CloudWatch metrics that show anomalous behavior.
-