| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
RecommendationRelatedEvent |
RecommendationRelatedEvent.clone() |
RecommendationRelatedEvent |
RecommendationRelatedEvent.withName(String name)
The name of the event.
|
RecommendationRelatedEvent |
RecommendationRelatedEvent.withResources(Collection<RecommendationRelatedEventResource> resources)
A
ResourceCollection object that contains arrays of the names of Amazon Web Services CloudFormation
stacks. |
RecommendationRelatedEvent |
RecommendationRelatedEvent.withResources(RecommendationRelatedEventResource... resources)
A
ResourceCollection object that contains arrays of the names of Amazon Web Services CloudFormation
stacks. |
| Modifier and Type | Method and Description |
|---|---|
List<RecommendationRelatedEvent> |
Recommendation.getRelatedEvents()
Events that are related to the problem.
|
| Modifier and Type | Method and Description |
|---|---|
Recommendation |
Recommendation.withRelatedEvents(RecommendationRelatedEvent... relatedEvents)
Events that are related to the problem.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Recommendation.setRelatedEvents(Collection<RecommendationRelatedEvent> relatedEvents)
Events that are related to the problem.
|
Recommendation |
Recommendation.withRelatedEvents(Collection<RecommendationRelatedEvent> relatedEvents)
Events that are related to the problem.
|
Copyright © 2023. All rights reserved.