| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
AnomalyInstance |
AnomalyInstance.clone() |
AnomalyInstance |
AnomalyInstance.withEndTime(Date endTime)
The end time of the period during which the metric is flagged as anomalous.
|
AnomalyInstance |
AnomalyInstance.withId(String id)
The universally unique identifier (UUID) of an instance of an anomaly in a metric.
|
AnomalyInstance |
AnomalyInstance.withStartTime(Date startTime)
The start time of the period during which the metric is flagged as anomalous.
|
AnomalyInstance |
AnomalyInstance.withUserFeedback(UserFeedback userFeedback)
Feedback type on a specific instance of anomaly submitted by the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnomalyInstance> |
Anomaly.getInstances()
A list of the instances of the detected anomalies during the requested period.
|
| Modifier and Type | Method and Description |
|---|---|
Anomaly |
Anomaly.withInstances(AnomalyInstance... instances)
A list of the instances of the detected anomalies during the requested period.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Anomaly.setInstances(Collection<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.
|
Copyright © 2022. All rights reserved.