| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
LogAnomalyClass |
LogAnomalyClass.clone() |
LogAnomalyClass |
LogAnomalyClass.withExplanation(String explanation)
The explanation for why the log event is considered an anomaly.
|
LogAnomalyClass |
LogAnomalyClass.withLogAnomalyToken(String logAnomalyToken)
The token where the anomaly was detected.
|
LogAnomalyClass |
LogAnomalyClass.withLogAnomalyType(LogAnomalyType logAnomalyType)
The type of log anomaly that has been detected.
|
LogAnomalyClass |
LogAnomalyClass.withLogAnomalyType(String logAnomalyType)
The type of log anomaly that has been detected.
|
LogAnomalyClass |
LogAnomalyClass.withLogEventId(String logEventId)
The ID of the log event.
|
LogAnomalyClass |
LogAnomalyClass.withLogEventTimestamp(Date logEventTimestamp)
The time of the first occurrence of the anomalous log event.
|
LogAnomalyClass |
LogAnomalyClass.withLogStreamName(String logStreamName)
The name of the Amazon CloudWatch log stream that the anomalous log event belongs to.
|
LogAnomalyClass |
LogAnomalyClass.withNumberOfLogLinesOccurrences(Integer numberOfLogLinesOccurrences)
The number of log lines where this anomalous log event occurs.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogAnomalyClass> |
LogAnomalyShowcase.getLogAnomalyClasses()
A list of anomalous log events that may be related.
|
| Modifier and Type | Method and Description |
|---|---|
LogAnomalyShowcase |
LogAnomalyShowcase.withLogAnomalyClasses(LogAnomalyClass... logAnomalyClasses)
A list of anomalous log events that may be related.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogAnomalyShowcase.setLogAnomalyClasses(Collection<LogAnomalyClass> logAnomalyClasses)
A list of anomalous log events that may be related.
|
LogAnomalyShowcase |
LogAnomalyShowcase.withLogAnomalyClasses(Collection<LogAnomalyClass> logAnomalyClasses)
A list of anomalous log events that may be related.
|
Copyright © 2022. All rights reserved.