| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
SuppressionPeriod |
SuppressionPeriod.clone() |
SuppressionPeriod |
UpdateAnomalyRequest.getSuppressionPeriod()
If you are temporarily suppressing an anomaly or pattern, use this structure to specify how long the suppression
is to last.
|
SuppressionPeriod |
SuppressionPeriod.withSuppressionUnit(String suppressionUnit)
Specifies whether the value of
value is in seconds, minutes, or hours. |
SuppressionPeriod |
SuppressionPeriod.withSuppressionUnit(SuppressionUnit suppressionUnit)
Specifies whether the value of
value is in seconds, minutes, or hours. |
SuppressionPeriod |
SuppressionPeriod.withValue(Integer value)
Specifies the number of seconds, minutes or hours to suppress this anomaly.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAnomalyRequest.setSuppressionPeriod(SuppressionPeriod suppressionPeriod)
If you are temporarily suppressing an anomaly or pattern, use this structure to specify how long the suppression
is to last.
|
UpdateAnomalyRequest |
UpdateAnomalyRequest.withSuppressionPeriod(SuppressionPeriod suppressionPeriod)
If you are temporarily suppressing an anomaly or pattern, use this structure to specify how long the suppression
is to last.
|
Copyright © 2024. All rights reserved.