Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.CreateLogAnomalyDetectorResponse
Packages that use CreateLogAnomalyDetectorResponse
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 CreateLogAnomalyDetectorResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return CreateLogAnomalyDetectorResponseModifier and TypeMethodDescriptiondefault CreateLogAnomalyDetectorResponseCloudWatchLogsClient.createLogAnomalyDetector(Consumer<CreateLogAnomalyDetectorRequest.Builder> createLogAnomalyDetectorRequest) Creates an anomaly detector that regularly scans one or more log groups and look for patterns and anomalies in the logs.default CreateLogAnomalyDetectorResponseCloudWatchLogsClient.createLogAnomalyDetector(CreateLogAnomalyDetectorRequest createLogAnomalyDetectorRequest) Creates an anomaly detector that regularly scans one or more log groups and look for patterns and anomalies in the logs.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type CreateLogAnomalyDetectorResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.createLogAnomalyDetector(Consumer<CreateLogAnomalyDetectorRequest.Builder> createLogAnomalyDetectorRequest) Creates an anomaly detector that regularly scans one or more log groups and look for patterns and anomalies in the logs.CloudWatchLogsAsyncClient.createLogAnomalyDetector(CreateLogAnomalyDetectorRequest createLogAnomalyDetectorRequest) Creates an anomaly detector that regularly scans one or more log groups and look for patterns and anomalies in the logs.