| 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<GetLogAnomalyDetectorResult> |
AbstractAWSLogsAsync.getLogAnomalyDetectorAsync(GetLogAnomalyDetectorRequest request,
AsyncHandler<GetLogAnomalyDetectorRequest,GetLogAnomalyDetectorResult> asyncHandler) |
Future<GetLogAnomalyDetectorResult> |
AWSLogsAsyncClient.getLogAnomalyDetectorAsync(GetLogAnomalyDetectorRequest request,
AsyncHandler<GetLogAnomalyDetectorRequest,GetLogAnomalyDetectorResult> asyncHandler) |
Future<GetLogAnomalyDetectorResult> |
AWSLogsAsync.getLogAnomalyDetectorAsync(GetLogAnomalyDetectorRequest getLogAnomalyDetectorRequest,
AsyncHandler<GetLogAnomalyDetectorRequest,GetLogAnomalyDetectorResult> asyncHandler)
Retrieves information about the log anomaly detector that you specify.
|
| Modifier and Type | Method and Description |
|---|---|
GetLogAnomalyDetectorRequest |
GetLogAnomalyDetectorRequest.clone() |
GetLogAnomalyDetectorRequest |
GetLogAnomalyDetectorRequest.withAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the anomaly detector to retrieve information about.
|
Copyright © 2024. All rights reserved.