| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler |
This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
GetRecommendationsResult |
AbstractAmazonCodeGuruProfiler.getRecommendations(GetRecommendationsRequest request) |
GetRecommendationsResult |
AmazonCodeGuruProfiler.getRecommendations(GetRecommendationsRequest getRecommendationsRequest)
Returns a list of
Recommendation objects that contain recommendations for a profiling group for a given time
period. |
GetRecommendationsResult |
AmazonCodeGuruProfilerClient.getRecommendations(GetRecommendationsRequest request)
Returns a list of
Recommendation objects that contain recommendations for a profiling group for a given time
period. |
| Modifier and Type | Method and Description |
|---|---|
Future<GetRecommendationsResult> |
AmazonCodeGuruProfilerAsync.getRecommendationsAsync(GetRecommendationsRequest getRecommendationsRequest,
AsyncHandler<GetRecommendationsRequest,GetRecommendationsResult> asyncHandler)
Returns a list of
Recommendation objects that contain recommendations for a profiling group for a given time
period. |
Future<GetRecommendationsResult> |
AmazonCodeGuruProfilerAsyncClient.getRecommendationsAsync(GetRecommendationsRequest request,
AsyncHandler<GetRecommendationsRequest,GetRecommendationsResult> asyncHandler) |
Future<GetRecommendationsResult> |
AbstractAmazonCodeGuruProfilerAsync.getRecommendationsAsync(GetRecommendationsRequest request,
AsyncHandler<GetRecommendationsRequest,GetRecommendationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetRecommendationsResult |
GetRecommendationsResult.clone() |
GetRecommendationsResult |
GetRecommendationsResult.withAnomalies(Anomaly... anomalies)
The list of anomalies that the analysis has found for this profile.
|
GetRecommendationsResult |
GetRecommendationsResult.withAnomalies(Collection<Anomaly> anomalies)
The list of anomalies that the analysis has found for this profile.
|
GetRecommendationsResult |
GetRecommendationsResult.withProfileEndTime(Date profileEndTime)
The end time of the profile the analysis data is about.
|
GetRecommendationsResult |
GetRecommendationsResult.withProfileStartTime(Date profileStartTime)
The start time of the profile the analysis data is about.
|
GetRecommendationsResult |
GetRecommendationsResult.withProfilingGroupName(String profilingGroupName)
The name of the profiling group the analysis data is about.
|
GetRecommendationsResult |
GetRecommendationsResult.withRecommendations(Collection<Recommendation> recommendations)
The list of recommendations that the analysis found for this profile.
|
GetRecommendationsResult |
GetRecommendationsResult.withRecommendations(Recommendation... recommendations)
The list of recommendations that the analysis found for this profile.
|
Copyright © 2022. All rights reserved.