| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
Recommendation |
Recommendation.clone() |
Recommendation |
Recommendation.withDescription(String description) |
Recommendation |
Recommendation.withLink(String link) |
Recommendation |
Recommendation.withName(String name) |
Recommendation |
Recommendation.withReason(String reason) |
Recommendation |
Recommendation.withRelatedAnomalies(Collection<RecommendationRelatedAnomaly> relatedAnomalies) |
Recommendation |
Recommendation.withRelatedAnomalies(RecommendationRelatedAnomaly... relatedAnomalies)
NOTE: This method appends the values to the existing list (if any).
|
Recommendation |
Recommendation.withRelatedEvents(Collection<RecommendationRelatedEvent> relatedEvents) |
Recommendation |
Recommendation.withRelatedEvents(RecommendationRelatedEvent... relatedEvents)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
List<Recommendation> |
ListRecommendationsResult.getRecommendations() |
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationsResult |
ListRecommendationsResult.withRecommendations(Recommendation... recommendations)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecommendationsResult.setRecommendations(Collection<Recommendation> recommendations) |
ListRecommendationsResult |
ListRecommendationsResult.withRecommendations(Collection<Recommendation> recommendations) |
Copyright © 2020. All rights reserved.