| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler |
This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
| Modifier and Type | Method and Description |
|---|---|
default GetRecommendationsResponse |
CodeGuruProfilerClient.getRecommendations(Consumer<GetRecommendationsRequest.Builder> getRecommendationsRequest)
Returns a list of
Recommendation objects that contain recommendations for a profiling group for a given time
period. |
default GetRecommendationsResponse |
CodeGuruProfilerClient.getRecommendations(GetRecommendationsRequest getRecommendationsRequest)
Returns a list of
Recommendation objects that contain recommendations for a profiling group for a given time
period. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetRecommendationsResponse> |
CodeGuruProfilerAsyncClient.getRecommendations(Consumer<GetRecommendationsRequest.Builder> getRecommendationsRequest)
Returns a list of
Recommendation objects that contain recommendations for a profiling group for a given time
period. |
default CompletableFuture<GetRecommendationsResponse> |
CodeGuruProfilerAsyncClient.getRecommendations(GetRecommendationsRequest getRecommendationsRequest)
Returns a list of
Recommendation objects that contain recommendations for a profiling group for a given time
period. |
Copyright © 2023. All rights reserved.