| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
AnomalyDetector |
AnomalyDetector.clone() |
AnomalyDetector |
AnomalyDetector.withAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the anomaly detector.
|
AnomalyDetector |
AnomalyDetector.withAnomalyDetectorStatus(AnomalyDetectorStatus anomalyDetectorStatus)
Specifies the current status of the anomaly detector.
|
AnomalyDetector |
AnomalyDetector.withAnomalyDetectorStatus(String anomalyDetectorStatus)
Specifies the current status of the anomaly detector.
|
AnomalyDetector |
AnomalyDetector.withAnomalyVisibilityTime(Long anomalyVisibilityTime)
The number of days used as the life cycle of anomalies.
|
AnomalyDetector |
AnomalyDetector.withCreationTimeStamp(Long creationTimeStamp)
The date and time when this anomaly detector was created.
|
AnomalyDetector |
AnomalyDetector.withDetectorName(String detectorName)
The name of the anomaly detector.
|
AnomalyDetector |
AnomalyDetector.withEvaluationFrequency(EvaluationFrequency evaluationFrequency)
Specifies how often the anomaly detector runs and look for anomalies.
|
AnomalyDetector |
AnomalyDetector.withEvaluationFrequency(String evaluationFrequency)
Specifies how often the anomaly detector runs and look for anomalies.
|
AnomalyDetector |
AnomalyDetector.withFilterPattern(String filterPattern) |
AnomalyDetector |
AnomalyDetector.withKmsKeyId(String kmsKeyId)
The ID of the KMS key assigned to this anomaly detector, if any.
|
AnomalyDetector |
AnomalyDetector.withLastModifiedTimeStamp(Long lastModifiedTimeStamp)
The date and time when this anomaly detector was most recently modified.
|
AnomalyDetector |
AnomalyDetector.withLogGroupArnList(Collection<String> logGroupArnList)
A list of the ARNs of the log groups that this anomaly detector watches.
|
AnomalyDetector |
AnomalyDetector.withLogGroupArnList(String... logGroupArnList)
A list of the ARNs of the log groups that this anomaly detector watches.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnomalyDetector> |
ListLogAnomalyDetectorsResult.getAnomalyDetectors()
An array of structures, where each structure in the array contains information about one anomaly detector.
|
| Modifier and Type | Method and Description |
|---|---|
ListLogAnomalyDetectorsResult |
ListLogAnomalyDetectorsResult.withAnomalyDetectors(AnomalyDetector... anomalyDetectors)
An array of structures, where each structure in the array contains information about one anomaly detector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLogAnomalyDetectorsResult.setAnomalyDetectors(Collection<AnomalyDetector> anomalyDetectors)
An array of structures, where each structure in the array contains information about one anomaly detector.
|
ListLogAnomalyDetectorsResult |
ListLogAnomalyDetectorsResult.withAnomalyDetectors(Collection<AnomalyDetector> anomalyDetectors)
An array of structures, where each structure in the array contains information about one anomaly detector.
|
Copyright © 2024. All rights reserved.