Uses of Class
software.amazon.awssdk.services.trustedadvisor.model.ListRecommendationsResponse
-
Packages that use ListRecommendationsResponse Package Description software.amazon.awssdk.services.trustedadvisor TrustedAdvisor Public APIsoftware.amazon.awssdk.services.trustedadvisor.paginators -
-
Uses of ListRecommendationsResponse in software.amazon.awssdk.services.trustedadvisor
Methods in software.amazon.awssdk.services.trustedadvisor that return ListRecommendationsResponse Modifier and Type Method Description default ListRecommendationsResponseTrustedAdvisorClient. listRecommendations(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest)List a filterable set of Recommendationsdefault ListRecommendationsResponseTrustedAdvisorClient. listRecommendations(ListRecommendationsRequest listRecommendationsRequest)List a filterable set of RecommendationsMethods in software.amazon.awssdk.services.trustedadvisor that return types with arguments of type ListRecommendationsResponse Modifier and Type Method Description default CompletableFuture<ListRecommendationsResponse>TrustedAdvisorAsyncClient. listRecommendations(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest)List a filterable set of Recommendationsdefault CompletableFuture<ListRecommendationsResponse>TrustedAdvisorAsyncClient. listRecommendations(ListRecommendationsRequest listRecommendationsRequest)List a filterable set of Recommendations -
Uses of ListRecommendationsResponse in software.amazon.awssdk.services.trustedadvisor.paginators
Methods in software.amazon.awssdk.services.trustedadvisor.paginators that return types with arguments of type ListRecommendationsResponse Modifier and Type Method Description Iterator<ListRecommendationsResponse>ListRecommendationsIterable. iterator()Method parameters in software.amazon.awssdk.services.trustedadvisor.paginators with type arguments of type ListRecommendationsResponse Modifier and Type Method Description voidListRecommendationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRecommendationsResponse> subscriber)
-