| 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 |
|---|---|
UpdateAnomalyResult |
AWSLogsClient.updateAnomaly(UpdateAnomalyRequest request)
Use this operation to suppress anomaly detection for a specified anomaly or pattern.
|
UpdateAnomalyResult |
AbstractAWSLogs.updateAnomaly(UpdateAnomalyRequest request) |
UpdateAnomalyResult |
AWSLogs.updateAnomaly(UpdateAnomalyRequest updateAnomalyRequest)
Use this operation to suppress anomaly detection for a specified anomaly or pattern.
|
Future<UpdateAnomalyResult> |
AbstractAWSLogsAsync.updateAnomalyAsync(UpdateAnomalyRequest request) |
Future<UpdateAnomalyResult> |
AWSLogsAsyncClient.updateAnomalyAsync(UpdateAnomalyRequest request) |
Future<UpdateAnomalyResult> |
AWSLogsAsync.updateAnomalyAsync(UpdateAnomalyRequest updateAnomalyRequest)
Use this operation to suppress anomaly detection for a specified anomaly or pattern.
|
Future<UpdateAnomalyResult> |
AbstractAWSLogsAsync.updateAnomalyAsync(UpdateAnomalyRequest request,
AsyncHandler<UpdateAnomalyRequest,UpdateAnomalyResult> asyncHandler) |
Future<UpdateAnomalyResult> |
AWSLogsAsyncClient.updateAnomalyAsync(UpdateAnomalyRequest request,
AsyncHandler<UpdateAnomalyRequest,UpdateAnomalyResult> asyncHandler) |
Future<UpdateAnomalyResult> |
AWSLogsAsync.updateAnomalyAsync(UpdateAnomalyRequest updateAnomalyRequest,
AsyncHandler<UpdateAnomalyRequest,UpdateAnomalyResult> asyncHandler)
Use this operation to suppress anomaly detection for a specified anomaly or pattern.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAnomalyResult> |
AbstractAWSLogsAsync.updateAnomalyAsync(UpdateAnomalyRequest request,
AsyncHandler<UpdateAnomalyRequest,UpdateAnomalyResult> asyncHandler) |
Future<UpdateAnomalyResult> |
AWSLogsAsyncClient.updateAnomalyAsync(UpdateAnomalyRequest request,
AsyncHandler<UpdateAnomalyRequest,UpdateAnomalyResult> asyncHandler) |
Future<UpdateAnomalyResult> |
AWSLogsAsync.updateAnomalyAsync(UpdateAnomalyRequest updateAnomalyRequest,
AsyncHandler<UpdateAnomalyRequest,UpdateAnomalyResult> asyncHandler)
Use this operation to suppress anomaly detection for a specified anomaly or pattern.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAnomalyRequest |
UpdateAnomalyRequest.clone() |
UpdateAnomalyRequest |
UpdateAnomalyRequest.withAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the anomaly detector that this operation is to act on.
|
UpdateAnomalyRequest |
UpdateAnomalyRequest.withAnomalyId(String anomalyId)
If you are suppressing or unsuppressing an anomaly, specify its unique ID here.
|
UpdateAnomalyRequest |
UpdateAnomalyRequest.withPatternId(String patternId)
If you are suppressing or unsuppressing an pattern, specify its unique ID here.
|
UpdateAnomalyRequest |
UpdateAnomalyRequest.withSuppressionPeriod(SuppressionPeriod suppressionPeriod)
If you are temporarily suppressing an anomaly or pattern, use this structure to specify how long the suppression
is to last.
|
UpdateAnomalyRequest |
UpdateAnomalyRequest.withSuppressionType(String suppressionType)
Use this to specify whether the suppression to be temporary or infinite.
|
UpdateAnomalyRequest |
UpdateAnomalyRequest.withSuppressionType(SuppressionType suppressionType)
Use this to specify whether the suppression to be temporary or infinite.
|
Copyright © 2024. All rights reserved.