Uses of Class
software.amazon.awssdk.services.trustedadvisor.model.UpdateRecommendationLifecycleResponse
-
Packages that use UpdateRecommendationLifecycleResponse Package Description software.amazon.awssdk.services.trustedadvisor TrustedAdvisor Public API -
-
Uses of UpdateRecommendationLifecycleResponse in software.amazon.awssdk.services.trustedadvisor
Methods in software.amazon.awssdk.services.trustedadvisor that return UpdateRecommendationLifecycleResponse Modifier and Type Method Description default UpdateRecommendationLifecycleResponseTrustedAdvisorClient. updateRecommendationLifecycle(Consumer<UpdateRecommendationLifecycleRequest.Builder> updateRecommendationLifecycleRequest)Update the lifecyle of a Recommendation.default UpdateRecommendationLifecycleResponseTrustedAdvisorClient. updateRecommendationLifecycle(UpdateRecommendationLifecycleRequest updateRecommendationLifecycleRequest)Update the lifecyle of a Recommendation.Methods in software.amazon.awssdk.services.trustedadvisor that return types with arguments of type UpdateRecommendationLifecycleResponse Modifier and Type Method Description default CompletableFuture<UpdateRecommendationLifecycleResponse>TrustedAdvisorAsyncClient. updateRecommendationLifecycle(Consumer<UpdateRecommendationLifecycleRequest.Builder> updateRecommendationLifecycleRequest)Update the lifecyle of a Recommendation.default CompletableFuture<UpdateRecommendationLifecycleResponse>TrustedAdvisorAsyncClient. updateRecommendationLifecycle(UpdateRecommendationLifecycleRequest updateRecommendationLifecycleRequest)Update the lifecyle of a Recommendation.
-