| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
RecommendationRelatedAnomaly |
RecommendationRelatedAnomaly.clone() |
RecommendationRelatedAnomaly |
RecommendationRelatedAnomaly.withResources(Collection<RecommendationRelatedAnomalyResource> resources)
An array of objects that represent resources in which DevOps Guru detected anomalous behavior.
|
RecommendationRelatedAnomaly |
RecommendationRelatedAnomaly.withResources(RecommendationRelatedAnomalyResource... resources)
An array of objects that represent resources in which DevOps Guru detected anomalous behavior.
|
RecommendationRelatedAnomaly |
RecommendationRelatedAnomaly.withSourceDetails(Collection<RecommendationRelatedAnomalySourceDetail> sourceDetails)
Information about where the anomalous behavior related the recommendation was found.
|
RecommendationRelatedAnomaly |
RecommendationRelatedAnomaly.withSourceDetails(RecommendationRelatedAnomalySourceDetail... sourceDetails)
Information about where the anomalous behavior related the recommendation was found.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecommendationRelatedAnomaly> |
Recommendation.getRelatedAnomalies()
Anomalies that are related to the problem.
|
| Modifier and Type | Method and Description |
|---|---|
Recommendation |
Recommendation.withRelatedAnomalies(RecommendationRelatedAnomaly... relatedAnomalies)
Anomalies that are related to the problem.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Recommendation.setRelatedAnomalies(Collection<RecommendationRelatedAnomaly> relatedAnomalies)
Anomalies that are related to the problem.
|
Recommendation |
Recommendation.withRelatedAnomalies(Collection<RecommendationRelatedAnomaly> relatedAnomalies)
Anomalies that are related to the problem.
|
Copyright © 2021. All rights reserved.