Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.UpdateAnomalyResponse
-
Packages that use UpdateAnomalyResponse Package Description software.amazon.awssdk.services.cloudwatchlogs You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and other sources. -
-
Uses of UpdateAnomalyResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return UpdateAnomalyResponse Modifier and Type Method Description default UpdateAnomalyResponseCloudWatchLogsClient. updateAnomaly(Consumer<UpdateAnomalyRequest.Builder> updateAnomalyRequest)Use this operation to suppress anomaly detection for a specified anomaly or pattern.default UpdateAnomalyResponseCloudWatchLogsClient. updateAnomaly(UpdateAnomalyRequest updateAnomalyRequest)Use this operation to suppress anomaly detection for a specified anomaly or pattern.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type UpdateAnomalyResponse Modifier and Type Method Description default CompletableFuture<UpdateAnomalyResponse>CloudWatchLogsAsyncClient. updateAnomaly(Consumer<UpdateAnomalyRequest.Builder> updateAnomalyRequest)Use this operation to suppress anomaly detection for a specified anomaly or pattern.default CompletableFuture<UpdateAnomalyResponse>CloudWatchLogsAsyncClient. updateAnomaly(UpdateAnomalyRequest updateAnomalyRequest)Use this operation to suppress anomaly detection for a specified anomaly or pattern.
-