| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
Metric |
Metric.clone() |
Metric |
Anomaly.getMetric()
Details about the metric that the analysis used when it detected the anomaly.
|
Metric |
Metric.withFrameName(String frameName)
The name of the method that appears as a frame in any stack in a profile.
|
Metric |
Metric.withThreadStates(Collection<String> threadStates)
The list of application runtime thread states that is used to calculate the metric value for the frame.
|
Metric |
Metric.withThreadStates(String... threadStates)
The list of application runtime thread states that is used to calculate the metric value for the frame.
|
Metric |
Metric.withType(MetricType type)
A type that specifies how a metric for a frame is analyzed.
|
Metric |
Metric.withType(String type)
A type that specifies how a metric for a frame is analyzed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Anomaly.setMetric(Metric metric)
Details about the metric that the analysis used when it detected the anomaly.
|
Anomaly |
Anomaly.withMetric(Metric metric)
Details about the metric that the analysis used when it detected the anomaly.
|
Copyright © 2024. All rights reserved.