Uses of Class
software.amazon.awssdk.services.resiliencehub.model.ListRecommendationTemplatesResponse
-
Packages that use ListRecommendationTemplatesResponse 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 ListRecommendationTemplatesResponse in software.amazon.awssdk.services.resiliencehub
Methods in software.amazon.awssdk.services.resiliencehub that return ListRecommendationTemplatesResponse Modifier and Type Method Description default ListRecommendationTemplatesResponseResiliencehubClient. listRecommendationTemplates(Consumer<ListRecommendationTemplatesRequest.Builder> listRecommendationTemplatesRequest)Lists the recommendation templates for the Resilience Hub applications.default ListRecommendationTemplatesResponseResiliencehubClient. listRecommendationTemplates(ListRecommendationTemplatesRequest listRecommendationTemplatesRequest)Lists the recommendation templates for the Resilience Hub applications.Methods in software.amazon.awssdk.services.resiliencehub that return types with arguments of type ListRecommendationTemplatesResponse Modifier and Type Method Description default CompletableFuture<ListRecommendationTemplatesResponse>ResiliencehubAsyncClient. listRecommendationTemplates(Consumer<ListRecommendationTemplatesRequest.Builder> listRecommendationTemplatesRequest)Lists the recommendation templates for the Resilience Hub applications.default CompletableFuture<ListRecommendationTemplatesResponse>ResiliencehubAsyncClient. listRecommendationTemplates(ListRecommendationTemplatesRequest listRecommendationTemplatesRequest)Lists the recommendation templates for the Resilience Hub applications. -
Uses of ListRecommendationTemplatesResponse in software.amazon.awssdk.services.resiliencehub.paginators
Methods in software.amazon.awssdk.services.resiliencehub.paginators that return types with arguments of type ListRecommendationTemplatesResponse Modifier and Type Method Description Iterator<ListRecommendationTemplatesResponse>ListRecommendationTemplatesIterable. iterator()Method parameters in software.amazon.awssdk.services.resiliencehub.paginators with type arguments of type ListRecommendationTemplatesResponse Modifier and Type Method Description voidListRecommendationTemplatesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRecommendationTemplatesResponse> subscriber)
-