| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
RecommendationRelatedAnomalySourceDetail |
RecommendationRelatedAnomalySourceDetail.clone() |
RecommendationRelatedAnomalySourceDetail |
RecommendationRelatedAnomalySourceDetail.withCloudWatchMetrics(Collection<RecommendationRelatedCloudWatchMetricsSourceDetail> cloudWatchMetrics)
An array of
CloudWatchMetricsDetail objects that contains information about the analyzed metrics
that displayed anomalous behavior. |
RecommendationRelatedAnomalySourceDetail |
RecommendationRelatedAnomalySourceDetail.withCloudWatchMetrics(RecommendationRelatedCloudWatchMetricsSourceDetail... cloudWatchMetrics)
An array of
CloudWatchMetricsDetail objects that contains information about the analyzed metrics
that displayed anomalous behavior. |
| Modifier and Type | Method and Description |
|---|---|
List<RecommendationRelatedAnomalySourceDetail> |
RecommendationRelatedAnomaly.getSourceDetails()
Information about where the anomalous behavior related the recommendation was found.
|
| Modifier and Type | Method and Description |
|---|---|
RecommendationRelatedAnomaly |
RecommendationRelatedAnomaly.withSourceDetails(RecommendationRelatedAnomalySourceDetail... sourceDetails)
Information about where the anomalous behavior related the recommendation was found.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecommendationRelatedAnomaly.setSourceDetails(Collection<RecommendationRelatedAnomalySourceDetail> sourceDetails)
Information about where the anomalous behavior related the recommendation was found.
|
RecommendationRelatedAnomaly |
RecommendationRelatedAnomaly.withSourceDetails(Collection<RecommendationRelatedAnomalySourceDetail> sourceDetails)
Information about where the anomalous behavior related the recommendation was found.
|
Copyright © 2022. All rights reserved.