Uses of Class
software.amazon.awssdk.services.devopsguru.model.ListRecommendationsRequest
-
Packages that use ListRecommendationsRequest 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 software.amazon.awssdk.services.devopsguru.transform -
-
Uses of ListRecommendationsRequest in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru with parameters of type ListRecommendationsRequest Modifier and Type Method Description default CompletableFuture<ListRecommendationsResponse>DevOpsGuruAsyncClient. listRecommendations(ListRecommendationsRequest listRecommendationsRequest)Returns a list of a specified insight's recommendations.default ListRecommendationsResponseDevOpsGuruClient. listRecommendations(ListRecommendationsRequest listRecommendationsRequest)Returns a list of a specified insight's recommendations.default ListRecommendationsPublisherDevOpsGuruAsyncClient. listRecommendationsPaginator(ListRecommendationsRequest listRecommendationsRequest)Returns a list of a specified insight's recommendations.default ListRecommendationsIterableDevOpsGuruClient. listRecommendationsPaginator(ListRecommendationsRequest listRecommendationsRequest)Returns a list of a specified insight's recommendations. -
Uses of ListRecommendationsRequest in software.amazon.awssdk.services.devopsguru.paginators
Constructors in software.amazon.awssdk.services.devopsguru.paginators with parameters of type ListRecommendationsRequest Constructor Description ListRecommendationsIterable(DevOpsGuruClient client, ListRecommendationsRequest firstRequest)ListRecommendationsPublisher(DevOpsGuruAsyncClient client, ListRecommendationsRequest firstRequest) -
Uses of ListRecommendationsRequest in software.amazon.awssdk.services.devopsguru.transform
Methods in software.amazon.awssdk.services.devopsguru.transform with parameters of type ListRecommendationsRequest Modifier and Type Method Description SdkHttpFullRequestListRecommendationsRequestMarshaller. marshall(ListRecommendationsRequest listRecommendationsRequest)
-