| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
static Metric.Builder |
Metric.builder() |
Metric.Builder |
Metric.Builder.frameName(String frameName)
The name of the method that appears as a frame in any stack in a profile.
|
Metric.Builder |
Metric.Builder.threadStates(Collection<String> threadStates)
The list of application runtime thread states that is used to calculate the metric value for the frame.
|
Metric.Builder |
Metric.Builder.threadStates(String... threadStates)
The list of application runtime thread states that is used to calculate the metric value for the frame.
|
Metric.Builder |
Metric.toBuilder() |
Metric.Builder |
Metric.Builder.type(MetricType type)
A type that specifies how a metric for a frame is analyzed.
|
Metric.Builder |
Metric.Builder.type(String type)
A type that specifies how a metric for a frame is analyzed.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Metric.Builder> |
Metric.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Anomaly.Builder |
Anomaly.Builder.metric(Consumer<Metric.Builder> metric)
Details about the metric that the analysis used when it detected the anomaly.
|
Copyright © 2023. All rights reserved.