Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.CreateLogAnomalyDetectorResponse
-
Packages that use CreateLogAnomalyDetectorResponse Package Description software.amazon.awssdk.services.cloudwatchlogs 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 CreateLogAnomalyDetectorResponse Modifier and Type Method Description default CreateLogAnomalyDetectorResponse
CloudWatchLogsClient. 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 CreateLogAnomalyDetectorResponse
CloudWatchLogsClient. 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 CreateLogAnomalyDetectorResponse Modifier and Type Method Description default CompletableFuture<CreateLogAnomalyDetectorResponse>
CloudWatchLogsAsyncClient. 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 CompletableFuture<CreateLogAnomalyDetectorResponse>
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.
-