Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.UpdateLogAnomalyDetectorRequest.Builder
Packages that use UpdateLogAnomalyDetectorRequest.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 UpdateLogAnomalyDetectorRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type UpdateLogAnomalyDetectorRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.updateLogAnomalyDetector(Consumer<UpdateLogAnomalyDetectorRequest.Builder> updateLogAnomalyDetectorRequest) Updates an existing log anomaly detector.default UpdateLogAnomalyDetectorResponseCloudWatchLogsClient.updateLogAnomalyDetector(Consumer<UpdateLogAnomalyDetectorRequest.Builder> updateLogAnomalyDetectorRequest) Updates an existing log anomaly detector. -
Uses of UpdateLogAnomalyDetectorRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return UpdateLogAnomalyDetectorRequest.BuilderModifier and TypeMethodDescriptionUpdateLogAnomalyDetectorRequest.Builder.anomalyDetectorArn(String anomalyDetectorArn) The ARN of the anomaly detector that you want to update.UpdateLogAnomalyDetectorRequest.Builder.anomalyVisibilityTime(Long anomalyVisibilityTime) The number of days to use as the life cycle of anomalies.UpdateLogAnomalyDetectorRequest.builder()Use this parameter to pause or restart the anomaly detector.UpdateLogAnomalyDetectorRequest.Builder.evaluationFrequency(String evaluationFrequency) Specifies how often the anomaly detector runs and look for anomalies.UpdateLogAnomalyDetectorRequest.Builder.evaluationFrequency(EvaluationFrequency evaluationFrequency) Specifies how often the anomaly detector runs and look for anomalies.UpdateLogAnomalyDetectorRequest.Builder.filterPattern(String filterPattern) Sets the value of the FilterPattern property for this object.UpdateLogAnomalyDetectorRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateLogAnomalyDetectorRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateLogAnomalyDetectorRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type UpdateLogAnomalyDetectorRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateLogAnomalyDetectorRequest.Builder>UpdateLogAnomalyDetectorRequest.serializableBuilderClass()