Uses of Class
software.amazon.awssdk.services.devopsguru.model.ListRecommendationsResponse
-
Packages that use ListRecommendationsResponse Package Description software.amazon.awssdk.services.devopsguru Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in business critical operational applications.software.amazon.awssdk.services.devopsguru.paginators -
-
Uses of ListRecommendationsResponse in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru that return ListRecommendationsResponse Modifier and Type Method Description default ListRecommendationsResponseDevOpsGuruClient. listRecommendations(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest)Returns a list of a specified insight's recommendations.default ListRecommendationsResponseDevOpsGuruClient. listRecommendations(ListRecommendationsRequest listRecommendationsRequest)Returns a list of a specified insight's recommendations.Methods in software.amazon.awssdk.services.devopsguru that return types with arguments of type ListRecommendationsResponse Modifier and Type Method Description default CompletableFuture<ListRecommendationsResponse>DevOpsGuruAsyncClient. listRecommendations(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest)Returns a list of a specified insight's recommendations.default CompletableFuture<ListRecommendationsResponse>DevOpsGuruAsyncClient. listRecommendations(ListRecommendationsRequest listRecommendationsRequest)Returns a list of a specified insight's recommendations. -
Uses of ListRecommendationsResponse in software.amazon.awssdk.services.devopsguru.paginators
Methods in software.amazon.awssdk.services.devopsguru.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.devopsguru.paginators with type arguments of type ListRecommendationsResponse Modifier and Type Method Description voidListRecommendationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRecommendationsResponse> subscriber)
-