Uses of Class
software.amazon.awssdk.services.resiliencehub.model.ListAppComponentRecommendationsResponse
-
Packages that use ListAppComponentRecommendationsResponse 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 ListAppComponentRecommendationsResponse in software.amazon.awssdk.services.resiliencehub
Methods in software.amazon.awssdk.services.resiliencehub that return ListAppComponentRecommendationsResponse Modifier and Type Method Description default ListAppComponentRecommendationsResponseResiliencehubClient. listAppComponentRecommendations(Consumer<ListAppComponentRecommendationsRequest.Builder> listAppComponentRecommendationsRequest)Lists the recommendations for an Resilience Hub Application Component.default ListAppComponentRecommendationsResponseResiliencehubClient. listAppComponentRecommendations(ListAppComponentRecommendationsRequest listAppComponentRecommendationsRequest)Lists the recommendations for an Resilience Hub Application Component.Methods in software.amazon.awssdk.services.resiliencehub that return types with arguments of type ListAppComponentRecommendationsResponse Modifier and Type Method Description default CompletableFuture<ListAppComponentRecommendationsResponse>ResiliencehubAsyncClient. listAppComponentRecommendations(Consumer<ListAppComponentRecommendationsRequest.Builder> listAppComponentRecommendationsRequest)Lists the recommendations for an Resilience Hub Application Component.default CompletableFuture<ListAppComponentRecommendationsResponse>ResiliencehubAsyncClient. listAppComponentRecommendations(ListAppComponentRecommendationsRequest listAppComponentRecommendationsRequest)Lists the recommendations for an Resilience Hub Application Component. -
Uses of ListAppComponentRecommendationsResponse in software.amazon.awssdk.services.resiliencehub.paginators
Methods in software.amazon.awssdk.services.resiliencehub.paginators that return types with arguments of type ListAppComponentRecommendationsResponse Modifier and Type Method Description Iterator<ListAppComponentRecommendationsResponse>ListAppComponentRecommendationsIterable. iterator()Method parameters in software.amazon.awssdk.services.resiliencehub.paginators with type arguments of type ListAppComponentRecommendationsResponse Modifier and Type Method Description voidListAppComponentRecommendationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAppComponentRecommendationsResponse> subscriber)
-