Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.UpdateAnomalyRequest.Builder
Packages that use UpdateAnomalyRequest.Builder
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 UpdateAnomalyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type UpdateAnomalyRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateAnomalyResponse>CloudWatchLogsAsyncClient.updateAnomaly(Consumer<UpdateAnomalyRequest.Builder> updateAnomalyRequest) Use this operation to suppress anomaly detection for a specified anomaly or pattern.default UpdateAnomalyResponseCloudWatchLogsClient.updateAnomaly(Consumer<UpdateAnomalyRequest.Builder> updateAnomalyRequest) Use this operation to suppress anomaly detection for a specified anomaly or pattern. -
Uses of UpdateAnomalyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return UpdateAnomalyRequest.BuilderModifier and TypeMethodDescriptionUpdateAnomalyRequest.Builder.anomalyDetectorArn(String anomalyDetectorArn) The ARN of the anomaly detector that this operation is to act on.If you are suppressing or unsuppressing an anomaly, specify its unique ID here.Set this totrueto prevent CloudWatch Logs from displaying this behavior as an anomaly in the future.static UpdateAnomalyRequest.BuilderUpdateAnomalyRequest.builder()UpdateAnomalyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateAnomalyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) If you are suppressing or unsuppressing an pattern, specify its unique ID here.default UpdateAnomalyRequest.BuilderUpdateAnomalyRequest.Builder.suppressionPeriod(Consumer<SuppressionPeriod.Builder> suppressionPeriod) If you are temporarily suppressing an anomaly or pattern, use this structure to specify how long the suppression is to last.UpdateAnomalyRequest.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.UpdateAnomalyRequest.Builder.suppressionType(String suppressionType) Use this to specify whether the suppression to be temporary or infinite.UpdateAnomalyRequest.Builder.suppressionType(SuppressionType suppressionType) Use this to specify whether the suppression to be temporary or infinite.UpdateAnomalyRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type UpdateAnomalyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateAnomalyRequest.Builder>UpdateAnomalyRequest.serializableBuilderClass()