| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
static Pattern.Builder |
Pattern.builder() |
Pattern.Builder |
Pattern.Builder.countersToAggregate(Collection<String> countersToAggregate)
A list of the different counters used to determine if there is a match.
|
Pattern.Builder |
Pattern.Builder.countersToAggregate(String... countersToAggregate)
A list of the different counters used to determine if there is a match.
|
Pattern.Builder |
Pattern.Builder.description(String description)
The description of the recommendation.
|
Pattern.Builder |
Pattern.Builder.id(String id)
The universally unique identifier (UUID) of this pattern.
|
Pattern.Builder |
Pattern.Builder.name(String name)
The name for this pattern.
|
Pattern.Builder |
Pattern.Builder.resolutionSteps(String resolutionSteps)
A string that contains the steps recommended to address the potential inefficiency.
|
Pattern.Builder |
Pattern.Builder.targetFrames(Collection<? extends Collection<String>> targetFrames)
A list of frame names that were searched during the analysis that generated a recommendation.
|
Pattern.Builder |
Pattern.Builder.targetFrames(Collection<String>... targetFrames)
A list of frame names that were searched during the analysis that generated a recommendation.
|
Pattern.Builder |
Pattern.Builder.thresholdPercent(Double thresholdPercent)
The percentage of time an application spends in one method that triggers a recommendation.
|
Pattern.Builder |
Pattern.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Pattern.Builder> |
Pattern.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Recommendation.Builder |
Recommendation.Builder.pattern(Consumer<Pattern.Builder> pattern)
The pattern that analysis recognized in the profile to make this recommendation.
|
Copyright © 2023. All rights reserved.