| 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<ListAnomaliesResult> |
AbstractAWSLogsAsync.listAnomaliesAsync(ListAnomaliesRequest request,
AsyncHandler<ListAnomaliesRequest,ListAnomaliesResult> asyncHandler) |
Future<ListAnomaliesResult> |
AWSLogsAsync.listAnomaliesAsync(ListAnomaliesRequest listAnomaliesRequest,
AsyncHandler<ListAnomaliesRequest,ListAnomaliesResult> asyncHandler)
Returns a list of anomalies that log anomaly detectors have found.
|
Future<ListAnomaliesResult> |
AWSLogsAsyncClient.listAnomaliesAsync(ListAnomaliesRequest request,
AsyncHandler<ListAnomaliesRequest,ListAnomaliesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAnomaliesRequest |
ListAnomaliesRequest.clone() |
ListAnomaliesRequest |
ListAnomaliesRequest.withAnomalyDetectorArn(String anomalyDetectorArn)
Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.
|
ListAnomaliesRequest |
ListAnomaliesRequest.withLimit(Integer limit)
The maximum number of items to return.
|
ListAnomaliesRequest |
ListAnomaliesRequest.withNextToken(String nextToken) |
ListAnomaliesRequest |
ListAnomaliesRequest.withSuppressionState(String suppressionState)
You can specify this parameter if you want to the operation to return only anomalies that are currently either
suppressed or unsuppressed.
|
ListAnomaliesRequest |
ListAnomaliesRequest.withSuppressionState(SuppressionState suppressionState)
You can specify this parameter if you want to the operation to return only anomalies that are currently either
suppressed or unsuppressed.
|
Copyright © 2024. All rights reserved.