Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.UpdateAnomalyResponse
Packages that use UpdateAnomalyResponse
Package
Description
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 UpdateAnomalyResponseModifier and TypeMethodDescriptiondefault 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 UpdateAnomalyResponseModifier and TypeMethodDescriptiondefault 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.