Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.GetRecommendationsResponse
-
Packages that use GetRecommendationsResponse Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations. -
-
Uses of GetRecommendationsResponse in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler that return GetRecommendationsResponse Modifier and Type Method Description default GetRecommendationsResponseCodeGuruProfilerClient. getRecommendations(Consumer<GetRecommendationsRequest.Builder> getRecommendationsRequest)Returns a list ofRecommendationobjects that contain recommendations for a profiling group for a given time period.default GetRecommendationsResponseCodeGuruProfilerClient. getRecommendations(GetRecommendationsRequest getRecommendationsRequest)Returns a list ofRecommendationobjects that contain recommendations for a profiling group for a given time period.Methods in software.amazon.awssdk.services.codeguruprofiler that return types with arguments of type GetRecommendationsResponse Modifier and Type Method Description default CompletableFuture<GetRecommendationsResponse>CodeGuruProfilerAsyncClient. getRecommendations(Consumer<GetRecommendationsRequest.Builder> getRecommendationsRequest)Returns a list ofRecommendationobjects that contain recommendations for a profiling group for a given time period.default CompletableFuture<GetRecommendationsResponse>CodeGuruProfilerAsyncClient. getRecommendations(GetRecommendationsRequest getRecommendationsRequest)Returns a list ofRecommendationobjects that contain recommendations for a profiling group for a given time period.
-