| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
Anomaly |
Anomaly.addHistogramEntry(String key,
Long value)
Add a single Histogram entry
|
Anomaly |
Anomaly.clearHistogramEntries()
Removes all the entries added into Histogram.
|
Anomaly |
Anomaly.clone() |
Anomaly |
Anomaly.withActive(Boolean active)
Specifies whether this anomaly is still ongoing.
|
Anomaly |
Anomaly.withAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the anomaly detector that identified this anomaly.
|
Anomaly |
Anomaly.withAnomalyId(String anomalyId)
The unique ID that CloudWatch Logs assigned to this anomaly.
|
Anomaly |
Anomaly.withDescription(String description)
A human-readable description of the anomaly.
|
Anomaly |
Anomaly.withFirstSeen(Long firstSeen)
The date and time when the anomaly detector first saw this anomaly.
|
Anomaly |
Anomaly.withHistogram(Map<String,Long> histogram)
A map showing times when the anomaly detector ran, and the number of occurrences of this anomaly that were
detected at each of those runs.
|
Anomaly |
Anomaly.withIsPatternLevelSuppression(Boolean isPatternLevelSuppression)
If this anomaly is suppressed, this field is
true if the suppression is because the pattern is
suppressed. |
Anomaly |
Anomaly.withLastSeen(Long lastSeen)
The date and time when the anomaly detector most recently saw this anomaly.
|
Anomaly |
Anomaly.withLogGroupArnList(Collection<String> logGroupArnList)
An array of ARNS of the log groups that contained log events considered to be part of this anomaly.
|
Anomaly |
Anomaly.withLogGroupArnList(String... logGroupArnList)
An array of ARNS of the log groups that contained log events considered to be part of this anomaly.
|
Anomaly |
Anomaly.withLogSamples(Collection<String> logSamples)
An array of sample log event messages that are considered to be part of this anomaly.
|
Anomaly |
Anomaly.withLogSamples(String... logSamples)
An array of sample log event messages that are considered to be part of this anomaly.
|
Anomaly |
Anomaly.withPatternId(String patternId)
The ID of the pattern used to help identify this anomaly.
|
Anomaly |
Anomaly.withPatternRegex(String patternRegex)
The pattern used to help identify this anomaly, in regular expression format.
|
Anomaly |
Anomaly.withPatternString(String patternString)
The pattern used to help identify this anomaly, in string format.
|
Anomaly |
Anomaly.withPatternTokens(Collection<PatternToken> patternTokens)
An array of structures where each structure contains information about one token that makes up the pattern.
|
Anomaly |
Anomaly.withPatternTokens(PatternToken... patternTokens)
An array of structures where each structure contains information about one token that makes up the pattern.
|
Anomaly |
Anomaly.withPriority(String priority)
The priority level of this anomaly, as determined by CloudWatch Logs.
|
Anomaly |
Anomaly.withState(State state)
Indicates the current state of this anomaly.
|
Anomaly |
Anomaly.withState(String state)
Indicates the current state of this anomaly.
|
Anomaly |
Anomaly.withSuppressed(Boolean suppressed)
Indicates whether this anomaly is currently suppressed.
|
Anomaly |
Anomaly.withSuppressedDate(Long suppressedDate)
If the anomaly is suppressed, this indicates when it was suppressed.
|
Anomaly |
Anomaly.withSuppressedUntil(Long suppressedUntil)
If the anomaly is suppressed, this indicates when the suppression will end.
|
| Modifier and Type | Method and Description |
|---|---|
List<Anomaly> |
ListAnomaliesResult.getAnomalies()
An array of structures, where each structure contains information about one anomaly that a log anomaly detector
has found.
|
| Modifier and Type | Method and Description |
|---|---|
ListAnomaliesResult |
ListAnomaliesResult.withAnomalies(Anomaly... anomalies)
An array of structures, where each structure contains information about one anomaly that a log anomaly detector
has found.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAnomaliesResult.setAnomalies(Collection<Anomaly> anomalies)
An array of structures, where each structure contains information about one anomaly that a log anomaly detector
has found.
|
ListAnomaliesResult |
ListAnomaliesResult.withAnomalies(Collection<Anomaly> anomalies)
An array of structures, where each structure contains information about one anomaly that a log anomaly detector
has found.
|
Copyright © 2024. All rights reserved.