| Package | Description |
|---|---|
| com.amazonaws.services.logs |
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLogAnomalyDetectorResult> |
AbstractAWSLogsAsync.updateLogAnomalyDetectorAsync(UpdateLogAnomalyDetectorRequest request,
AsyncHandler<UpdateLogAnomalyDetectorRequest,UpdateLogAnomalyDetectorResult> asyncHandler) |
Future<UpdateLogAnomalyDetectorResult> |
AWSLogsAsyncClient.updateLogAnomalyDetectorAsync(UpdateLogAnomalyDetectorRequest request,
AsyncHandler<UpdateLogAnomalyDetectorRequest,UpdateLogAnomalyDetectorResult> asyncHandler) |
Future<UpdateLogAnomalyDetectorResult> |
AWSLogsAsync.updateLogAnomalyDetectorAsync(UpdateLogAnomalyDetectorRequest updateLogAnomalyDetectorRequest,
AsyncHandler<UpdateLogAnomalyDetectorRequest,UpdateLogAnomalyDetectorResult> asyncHandler)
Updates an existing log anomaly detector.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLogAnomalyDetectorRequest |
UpdateLogAnomalyDetectorRequest.clone() |
UpdateLogAnomalyDetectorRequest |
UpdateLogAnomalyDetectorRequest.withAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the anomaly detector that you want to update.
|
UpdateLogAnomalyDetectorRequest |
UpdateLogAnomalyDetectorRequest.withAnomalyVisibilityTime(Long anomalyVisibilityTime)
The number of days to use as the life cycle of anomalies.
|
UpdateLogAnomalyDetectorRequest |
UpdateLogAnomalyDetectorRequest.withEnabled(Boolean enabled)
Use this parameter to pause or restart the anomaly detector.
|
UpdateLogAnomalyDetectorRequest |
UpdateLogAnomalyDetectorRequest.withEvaluationFrequency(EvaluationFrequency evaluationFrequency)
Specifies how often the anomaly detector runs and look for anomalies.
|
UpdateLogAnomalyDetectorRequest |
UpdateLogAnomalyDetectorRequest.withEvaluationFrequency(String evaluationFrequency)
Specifies how often the anomaly detector runs and look for anomalies.
|
UpdateLogAnomalyDetectorRequest |
UpdateLogAnomalyDetectorRequest.withFilterPattern(String filterPattern) |
Copyright © 2024. All rights reserved.