| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
Anomaly |
Anomaly.clone() |
Anomaly |
Anomaly.withInstances(AnomalyInstance... instances)
A list of the instances of the detected anomalies during the requested period.
|
Anomaly |
Anomaly.withInstances(Collection<AnomalyInstance> instances)
A list of the instances of the detected anomalies during the requested period.
|
Anomaly |
Anomaly.withMetric(Metric metric)
Details about the metric that the analysis used when it detected the anomaly.
|
Anomaly |
Anomaly.withReason(String reason)
The reason for which metric was flagged as anomalous.
|
| Modifier and Type | Method and Description |
|---|---|
List<Anomaly> |
GetRecommendationsResult.getAnomalies()
The list of anomalies that the analysis has found for this profile.
|
| Modifier and Type | Method and Description |
|---|---|
GetRecommendationsResult |
GetRecommendationsResult.withAnomalies(Anomaly... anomalies)
The list of anomalies that the analysis has found for this profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRecommendationsResult.setAnomalies(Collection<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.
|
Copyright © 2022. All rights reserved.