| 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 |
|---|---|
GetLogAnomalyDetectorResult |
AWSLogsClient.getLogAnomalyDetector(GetLogAnomalyDetectorRequest request)
Retrieves information about the log anomaly detector that you specify.
|
GetLogAnomalyDetectorResult |
AbstractAWSLogs.getLogAnomalyDetector(GetLogAnomalyDetectorRequest request) |
GetLogAnomalyDetectorResult |
AWSLogs.getLogAnomalyDetector(GetLogAnomalyDetectorRequest getLogAnomalyDetectorRequest)
Retrieves information about the log anomaly detector that you specify.
|
| 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 |
|---|---|
GetLogAnomalyDetectorResult |
GetLogAnomalyDetectorResult.clone() |
GetLogAnomalyDetectorResult |
GetLogAnomalyDetectorResult.withAnomalyDetectorStatus(AnomalyDetectorStatus anomalyDetectorStatus)
Specifies whether the anomaly detector is currently active.
|
GetLogAnomalyDetectorResult |
GetLogAnomalyDetectorResult.withAnomalyDetectorStatus(String anomalyDetectorStatus)
Specifies whether the anomaly detector is currently active.
|
GetLogAnomalyDetectorResult |
GetLogAnomalyDetectorResult.withAnomalyVisibilityTime(Long anomalyVisibilityTime)
The number of days used as the life cycle of anomalies.
|
GetLogAnomalyDetectorResult |
GetLogAnomalyDetectorResult.withCreationTimeStamp(Long creationTimeStamp)
The date and time when this anomaly detector was created.
|
GetLogAnomalyDetectorResult |
GetLogAnomalyDetectorResult.withDetectorName(String detectorName)
The name of the log anomaly detector
|
GetLogAnomalyDetectorResult |
GetLogAnomalyDetectorResult.withEvaluationFrequency(EvaluationFrequency evaluationFrequency)
Specifies how often the anomaly detector runs and look for anomalies.
|
GetLogAnomalyDetectorResult |
GetLogAnomalyDetectorResult.withEvaluationFrequency(String evaluationFrequency)
Specifies how often the anomaly detector runs and look for anomalies.
|
GetLogAnomalyDetectorResult |
GetLogAnomalyDetectorResult.withFilterPattern(String filterPattern) |
GetLogAnomalyDetectorResult |
GetLogAnomalyDetectorResult.withKmsKeyId(String kmsKeyId)
The ID of the KMS key assigned to this anomaly detector, if any.
|
GetLogAnomalyDetectorResult |
GetLogAnomalyDetectorResult.withLastModifiedTimeStamp(Long lastModifiedTimeStamp)
The date and time when this anomaly detector was most recently modified.
|
GetLogAnomalyDetectorResult |
GetLogAnomalyDetectorResult.withLogGroupArnList(Collection<String> logGroupArnList)
An array of structures, where each structure contains the ARN of a log group associated with this anomaly
detector.
|
GetLogAnomalyDetectorResult |
GetLogAnomalyDetectorResult.withLogGroupArnList(String... logGroupArnList)
An array of structures, where each structure contains the ARN of a log group associated with this anomaly
detector.
|
Copyright © 2024. All rights reserved.