Uses of Class
software.amazon.awssdk.services.resiliencehub.model.ComponentRecommendation
-
Packages that use ComponentRecommendation Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of ComponentRecommendation in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type ComponentRecommendation Modifier and Type Method Description List<ComponentRecommendation>ListAppComponentRecommendationsResponse. componentRecommendations()The recommendations for an Resilience Hub Application Component, returned as an object.Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type ComponentRecommendation Modifier and Type Method Description ListAppComponentRecommendationsResponse.BuilderListAppComponentRecommendationsResponse.Builder. componentRecommendations(ComponentRecommendation... componentRecommendations)The recommendations for an Resilience Hub Application Component, returned as an object.Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type ComponentRecommendation Modifier and Type Method Description ListAppComponentRecommendationsResponse.BuilderListAppComponentRecommendationsResponse.Builder. componentRecommendations(Collection<ComponentRecommendation> componentRecommendations)The recommendations for an Resilience Hub Application Component, returned as an object.
-