| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
Recommendation |
Recommendation.clone() |
Recommendation |
Recommendation.withAllMatchesCount(Integer allMatchesCount)
How many different places in the profile graph triggered a match.
|
Recommendation |
Recommendation.withAllMatchesSum(Double allMatchesSum)
How much of the total sample count is potentially affected.
|
Recommendation |
Recommendation.withEndTime(Date endTime)
End time of the profile that was used by this analysis.
|
Recommendation |
Recommendation.withPattern(Pattern pattern)
The pattern that analysis recognized in the profile to make this recommendation.
|
Recommendation |
Recommendation.withStartTime(Date startTime)
The start time of the profile that was used by this analysis.
|
Recommendation |
Recommendation.withTopMatches(Collection<Match> topMatches)
List of the matches with most impact.
|
Recommendation |
Recommendation.withTopMatches(Match... topMatches)
List of the matches with most impact.
|
| Modifier and Type | Method and Description |
|---|---|
List<Recommendation> |
GetRecommendationsResult.getRecommendations()
The list of recommendations that the analysis found for this profile.
|
| Modifier and Type | Method and Description |
|---|---|
GetRecommendationsResult |
GetRecommendationsResult.withRecommendations(Recommendation... recommendations)
The list of recommendations that the analysis found for this profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRecommendationsResult.setRecommendations(Collection<Recommendation> recommendations)
The list of recommendations that the analysis found for this profile.
|
GetRecommendationsResult |
GetRecommendationsResult.withRecommendations(Collection<Recommendation> recommendations)
The list of recommendations that the analysis found for this profile.
|
Copyright © 2023. All rights reserved.