| 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 |
|---|---|
CreateLogAnomalyDetectorResult |
AWSLogsClient.createLogAnomalyDetector(CreateLogAnomalyDetectorRequest request)
Creates an anomaly detector that regularly scans one or more log groups and look for patterns and
anomalies in the logs.
|
CreateLogAnomalyDetectorResult |
AbstractAWSLogs.createLogAnomalyDetector(CreateLogAnomalyDetectorRequest request) |
CreateLogAnomalyDetectorResult |
AWSLogs.createLogAnomalyDetector(CreateLogAnomalyDetectorRequest createLogAnomalyDetectorRequest)
Creates an anomaly detector that regularly scans one or more log groups and look for patterns and
anomalies in the logs.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLogAnomalyDetectorResult> |
AbstractAWSLogsAsync.createLogAnomalyDetectorAsync(CreateLogAnomalyDetectorRequest request,
AsyncHandler<CreateLogAnomalyDetectorRequest,CreateLogAnomalyDetectorResult> asyncHandler) |
Future<CreateLogAnomalyDetectorResult> |
AWSLogsAsyncClient.createLogAnomalyDetectorAsync(CreateLogAnomalyDetectorRequest request,
AsyncHandler<CreateLogAnomalyDetectorRequest,CreateLogAnomalyDetectorResult> asyncHandler) |
Future<CreateLogAnomalyDetectorResult> |
AWSLogsAsync.createLogAnomalyDetectorAsync(CreateLogAnomalyDetectorRequest createLogAnomalyDetectorRequest,
AsyncHandler<CreateLogAnomalyDetectorRequest,CreateLogAnomalyDetectorResult> asyncHandler)
Creates an anomaly detector that regularly scans one or more log groups and look for patterns and
anomalies in the logs.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLogAnomalyDetectorResult |
CreateLogAnomalyDetectorResult.clone() |
CreateLogAnomalyDetectorResult |
CreateLogAnomalyDetectorResult.withAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the log anomaly detector that you just created.
|
Copyright © 2024. All rights reserved.