Uses of Class
software.amazon.awssdk.services.resiliencehub.model.ListTestRecommendationsResponse
-
Packages that use ListTestRecommendationsResponse Package Description software.amazon.awssdk.services.resiliencehub Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from disruptions.software.amazon.awssdk.services.resiliencehub.paginators -
-
Uses of ListTestRecommendationsResponse in software.amazon.awssdk.services.resiliencehub
Methods in software.amazon.awssdk.services.resiliencehub that return ListTestRecommendationsResponse Modifier and Type Method Description default ListTestRecommendationsResponseResiliencehubClient. listTestRecommendations(Consumer<ListTestRecommendationsRequest.Builder> listTestRecommendationsRequest)Lists the test recommendations for the Resilience Hub application.default ListTestRecommendationsResponseResiliencehubClient. listTestRecommendations(ListTestRecommendationsRequest listTestRecommendationsRequest)Lists the test recommendations for the Resilience Hub application.Methods in software.amazon.awssdk.services.resiliencehub that return types with arguments of type ListTestRecommendationsResponse Modifier and Type Method Description default CompletableFuture<ListTestRecommendationsResponse>ResiliencehubAsyncClient. listTestRecommendations(Consumer<ListTestRecommendationsRequest.Builder> listTestRecommendationsRequest)Lists the test recommendations for the Resilience Hub application.default CompletableFuture<ListTestRecommendationsResponse>ResiliencehubAsyncClient. listTestRecommendations(ListTestRecommendationsRequest listTestRecommendationsRequest)Lists the test recommendations for the Resilience Hub application. -
Uses of ListTestRecommendationsResponse in software.amazon.awssdk.services.resiliencehub.paginators
Methods in software.amazon.awssdk.services.resiliencehub.paginators that return types with arguments of type ListTestRecommendationsResponse Modifier and Type Method Description Iterator<ListTestRecommendationsResponse>ListTestRecommendationsIterable. iterator()Method parameters in software.amazon.awssdk.services.resiliencehub.paginators with type arguments of type ListTestRecommendationsResponse Modifier and Type Method Description voidListTestRecommendationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTestRecommendationsResponse> subscriber)
-