| 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 |
|---|---|
ListLogAnomalyDetectorsResult |
AWSLogsClient.listLogAnomalyDetectors(ListLogAnomalyDetectorsRequest request)
Retrieves a list of the log anomaly detectors in the account.
|
ListLogAnomalyDetectorsResult |
AbstractAWSLogs.listLogAnomalyDetectors(ListLogAnomalyDetectorsRequest request) |
ListLogAnomalyDetectorsResult |
AWSLogs.listLogAnomalyDetectors(ListLogAnomalyDetectorsRequest listLogAnomalyDetectorsRequest)
Retrieves a list of the log anomaly detectors in the account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListLogAnomalyDetectorsResult> |
AbstractAWSLogsAsync.listLogAnomalyDetectorsAsync(ListLogAnomalyDetectorsRequest request,
AsyncHandler<ListLogAnomalyDetectorsRequest,ListLogAnomalyDetectorsResult> asyncHandler) |
Future<ListLogAnomalyDetectorsResult> |
AWSLogsAsyncClient.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 |
|---|---|
ListLogAnomalyDetectorsResult |
ListLogAnomalyDetectorsResult.clone() |
ListLogAnomalyDetectorsResult |
ListLogAnomalyDetectorsResult.withAnomalyDetectors(AnomalyDetector... anomalyDetectors)
An array of structures, where each structure in the array contains information about one anomaly detector.
|
ListLogAnomalyDetectorsResult |
ListLogAnomalyDetectorsResult.withAnomalyDetectors(Collection<AnomalyDetector> anomalyDetectors)
An array of structures, where each structure in the array contains information about one anomaly detector.
|
ListLogAnomalyDetectorsResult |
ListLogAnomalyDetectorsResult.withNextToken(String nextToken) |
Copyright © 2024. All rights reserved.