| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
LogEvent |
LogEvent.clone() |
LogEvent |
LogEvent.withMessage(String message)
The message content of the log event.
|
LogEvent |
LogEvent.withTimestamp(Long timestamp)
The time stamp of the log event.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogEvent> |
Anomaly.getLogSamples()
An array of sample log event messages that are considered to be part of this anomaly.
|
| Modifier and Type | Method and Description |
|---|---|
Anomaly |
Anomaly.withLogSamples(LogEvent... logSamples)
An array of sample log event messages that are considered to be part of this anomaly.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Anomaly.setLogSamples(Collection<LogEvent> logSamples)
An array of sample log event messages that are considered to be part of this anomaly.
|
Anomaly |
Anomaly.withLogSamples(Collection<LogEvent> logSamples)
An array of sample log event messages that are considered to be part of this anomaly.
|
Copyright © 2024. All rights reserved.