| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
Pattern |
Pattern.clone() |
Pattern |
Recommendation.getPattern()
The pattern that analysis recognized in the profile to make this recommendation.
|
Pattern |
Pattern.withCountersToAggregate(Collection<String> countersToAggregate)
A list of the different counters used to determine if there is a match.
|
Pattern |
Pattern.withCountersToAggregate(String... countersToAggregate)
A list of the different counters used to determine if there is a match.
|
Pattern |
Pattern.withDescription(String description)
The description of the recommendation.
|
Pattern |
Pattern.withId(String id)
The universally unique identifier (UUID) of this pattern.
|
Pattern |
Pattern.withName(String name)
The name for this pattern.
|
Pattern |
Pattern.withResolutionSteps(String resolutionSteps)
A string that contains the steps recommended to address the potential inefficiency.
|
Pattern |
Pattern.withTargetFrames(Collection<List<String>> targetFrames)
A list of frame names that were searched during the analysis that generated a recommendation.
|
Pattern |
Pattern.withTargetFrames(List<String>... targetFrames)
A list of frame names that were searched during the analysis that generated a recommendation.
|
Pattern |
Pattern.withThresholdPercent(Double thresholdPercent)
The percentage of time an application spends in one method that triggers a recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Recommendation.setPattern(Pattern pattern)
The pattern that analysis recognized in the profile to make this recommendation.
|
Recommendation |
Recommendation.withPattern(Pattern pattern)
The pattern that analysis recognized in the profile to make this recommendation.
|
Copyright © 2021. All rights reserved.