| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
Match |
Match.clone() |
Match |
Match.withFrameAddress(String frameAddress)
The location in the profiling graph that contains a recommendation found during analysis.
|
Match |
Match.withTargetFramesIndex(Integer targetFramesIndex)
The target frame that triggered a match.
|
Match |
Match.withThresholdBreachValue(Double thresholdBreachValue)
The value in the profile data that exceeded the recommendation threshold.
|
| Modifier and Type | Method and Description |
|---|---|
List<Match> |
Recommendation.getTopMatches()
List of the matches with most impact.
|
| Modifier and Type | Method and Description |
|---|---|
Recommendation |
Recommendation.withTopMatches(Match... topMatches)
List of the matches with most impact.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Recommendation.setTopMatches(Collection<Match> topMatches)
List of the matches with most impact.
|
Recommendation |
Recommendation.withTopMatches(Collection<Match> topMatches)
List of the matches with most impact.
|
Copyright © 2020. All rights reserved.