| 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<ListLogAnomalyDetectorsResult> |
AWSLogsAsyncClient.listLogAnomalyDetectorsAsync(ListLogAnomalyDetectorsRequest request,
AsyncHandler<ListLogAnomalyDetectorsRequest,ListLogAnomalyDetectorsResult> asyncHandler) |
Future<ListLogAnomalyDetectorsResult> |
AbstractAWSLogsAsync.listLogAnomalyDetectorsAsync(ListLogAnomalyDetectorsRequest request,
AsyncHandler<ListLogAnomalyDetectorsRequest,ListLogAnomalyDetectorsResult> asyncHandler) |
Future<ListLogAnomalyDetectorsResult> |
AWSLogsAsync.listLogAnomalyDetectorsAsync(ListLogAnomalyDetectorsRequest listLogAnomalyDetectorsRequest,
AsyncHandler<ListLogAnomalyDetectorsRequest,ListLogAnomalyDetectorsResult> asyncHandler)
Retrieves a list of the log anomaly detectors in the account.
|
| Modifier and Type | Method and Description |
|---|---|
ListLogAnomalyDetectorsRequest |
ListLogAnomalyDetectorsRequest.clone() |
ListLogAnomalyDetectorsRequest |
ListLogAnomalyDetectorsRequest.withFilterLogGroupArn(String filterLogGroupArn)
Use this to optionally filter the results to only include anomaly detectors that are associated with the
specified log group.
|
ListLogAnomalyDetectorsRequest |
ListLogAnomalyDetectorsRequest.withLimit(Integer limit)
The maximum number of items to return.
|
ListLogAnomalyDetectorsRequest |
ListLogAnomalyDetectorsRequest.withNextToken(String nextToken) |
Copyright © 2024. All rights reserved.