Uses of Class
software.amazon.awssdk.services.resiliencehub.model.TestRecommendation
-
Packages that use TestRecommendation Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of TestRecommendation in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type TestRecommendation Modifier and Type Method Description List<TestRecommendation>ListTestRecommendationsResponse. testRecommendations()The test recommendations for the Resilience Hub application.Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type TestRecommendation Modifier and Type Method Description ListTestRecommendationsResponse.BuilderListTestRecommendationsResponse.Builder. testRecommendations(TestRecommendation... testRecommendations)The test recommendations for the Resilience Hub application.Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type TestRecommendation Modifier and Type Method Description ListTestRecommendationsResponse.BuilderListTestRecommendationsResponse.Builder. testRecommendations(Collection<TestRecommendation> testRecommendations)The test recommendations for the Resilience Hub application.
-