| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
LogAnomalyShowcase |
LogAnomalyShowcase.clone() |
LogAnomalyShowcase |
LogAnomalyShowcase.withLogAnomalyClasses(Collection<LogAnomalyClass> logAnomalyClasses)
A list of anomalous log events that may be related.
|
LogAnomalyShowcase |
LogAnomalyShowcase.withLogAnomalyClasses(LogAnomalyClass... logAnomalyClasses)
A list of anomalous log events that may be related.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogAnomalyShowcase> |
AnomalousLogGroup.getLogAnomalyShowcases()
The log anomalies in the log group.
|
| Modifier and Type | Method and Description |
|---|---|
AnomalousLogGroup |
AnomalousLogGroup.withLogAnomalyShowcases(LogAnomalyShowcase... logAnomalyShowcases)
The log anomalies in the log group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnomalousLogGroup.setLogAnomalyShowcases(Collection<LogAnomalyShowcase> logAnomalyShowcases)
The log anomalies in the log group.
|
AnomalousLogGroup |
AnomalousLogGroup.withLogAnomalyShowcases(Collection<LogAnomalyShowcase> logAnomalyShowcases)
The log anomalies in the log group.
|
Copyright © 2024. All rights reserved.