Uses of Class
software.amazon.awssdk.services.devopsguru.model.RecommendationRelatedEvent
-
Packages that use RecommendationRelatedEvent Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of RecommendationRelatedEvent in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type RecommendationRelatedEvent Modifier and Type Method Description List<RecommendationRelatedEvent>Recommendation. relatedEvents()Events that are related to the problem.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type RecommendationRelatedEvent Modifier and Type Method Description Recommendation.BuilderRecommendation.Builder. relatedEvents(RecommendationRelatedEvent... relatedEvents)Events that are related to the problem.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type RecommendationRelatedEvent Modifier and Type Method Description Recommendation.BuilderRecommendation.Builder. relatedEvents(Collection<RecommendationRelatedEvent> relatedEvents)Events that are related to the problem.
-