Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.SuppressionPeriod
-
Packages that use SuppressionPeriod Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of SuppressionPeriod in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return SuppressionPeriod Modifier and Type Method Description SuppressionPeriodUpdateAnomalyRequest. suppressionPeriod()If you are temporarily suppressing an anomaly or pattern, use this structure to specify how long the suppression is to last.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type SuppressionPeriod Modifier and Type Method Description UpdateAnomalyRequest.BuilderUpdateAnomalyRequest.Builder. suppressionPeriod(SuppressionPeriod suppressionPeriod)If you are temporarily suppressing an anomaly or pattern, use this structure to specify how long the suppression is to last.
-