| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
static Anomaly.Builder |
Anomaly.builder() |
Anomaly.Builder |
Anomaly.Builder.instances(AnomalyInstance... instances)
A list of the instances of the detected anomalies during the requested period.
|
Anomaly.Builder |
Anomaly.Builder.instances(Collection<AnomalyInstance> instances)
A list of the instances of the detected anomalies during the requested period.
|
Anomaly.Builder |
Anomaly.Builder.instances(Consumer<AnomalyInstance.Builder>... instances)
A list of the instances of the detected anomalies during the requested period.
|
default Anomaly.Builder |
Anomaly.Builder.metric(Consumer<Metric.Builder> metric)
Details about the metric that the analysis used when it detected the anomaly.
|
Anomaly.Builder |
Anomaly.Builder.metric(Metric metric)
Details about the metric that the analysis used when it detected the anomaly.
|
Anomaly.Builder |
Anomaly.Builder.reason(String reason)
The reason for which metric was flagged as anomalous.
|
Anomaly.Builder |
Anomaly.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Anomaly.Builder> |
Anomaly.serializableBuilderClass() |
Copyright © 2023. All rights reserved.