| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
static EvaluationFrequency |
EvaluationFrequency.fromValue(String value)
Use this in place of valueOf.
|
static EvaluationFrequency |
EvaluationFrequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvaluationFrequency[] |
EvaluationFrequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetLogAnomalyDetectorResult |
GetLogAnomalyDetectorResult.withEvaluationFrequency(EvaluationFrequency evaluationFrequency)
Specifies how often the anomaly detector runs and look for anomalies.
|
CreateLogAnomalyDetectorRequest |
CreateLogAnomalyDetectorRequest.withEvaluationFrequency(EvaluationFrequency evaluationFrequency)
Specifies how often the anomaly detector is to run and look for anomalies.
|
AnomalyDetector |
AnomalyDetector.withEvaluationFrequency(EvaluationFrequency evaluationFrequency)
Specifies how often the anomaly detector runs and look for anomalies.
|
UpdateLogAnomalyDetectorRequest |
UpdateLogAnomalyDetectorRequest.withEvaluationFrequency(EvaluationFrequency evaluationFrequency)
Specifies how often the anomaly detector runs and look for anomalies.
|
Copyright © 2024. All rights reserved.