| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
Recommendation |
Recommendation.clone() |
Recommendation |
Recommendation.withDescription(String description)
A description of the problem.
|
Recommendation |
Recommendation.withLink(String link)
A hyperlink to information to help you address the problem.
|
Recommendation |
Recommendation.withName(String name)
The name of the recommendation.
|
Recommendation |
Recommendation.withReason(String reason)
The reason DevOps Guru flagged the anomalous behavior as a problem.
|
Recommendation |
Recommendation.withRelatedAnomalies(Collection<RecommendationRelatedAnomaly> relatedAnomalies)
Anomalies that are related to the problem.
|
Recommendation |
Recommendation.withRelatedAnomalies(RecommendationRelatedAnomaly... relatedAnomalies)
Anomalies that are related to the problem.
|
Recommendation |
Recommendation.withRelatedEvents(Collection<RecommendationRelatedEvent> relatedEvents)
Events that are related to the problem.
|
Recommendation |
Recommendation.withRelatedEvents(RecommendationRelatedEvent... relatedEvents)
Events that are related to the problem.
|
| Modifier and Type | Method and Description |
|---|---|
List<Recommendation> |
ListRecommendationsResult.getRecommendations()
An array of the requested recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationsResult |
ListRecommendationsResult.withRecommendations(Recommendation... recommendations)
An array of the requested recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecommendationsResult.setRecommendations(Collection<Recommendation> recommendations)
An array of the requested recommendations.
|
ListRecommendationsResult |
ListRecommendationsResult.withRecommendations(Collection<Recommendation> recommendations)
An array of the requested recommendations.
|
Copyright © 2021. All rights reserved.