Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetLogAnomalyDetectorResponse
Packages that use GetLogAnomalyDetectorResponse
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 GetLogAnomalyDetectorResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetLogAnomalyDetectorResponseModifier and TypeMethodDescriptiondefault GetLogAnomalyDetectorResponseCloudWatchLogsClient.getLogAnomalyDetector(Consumer<GetLogAnomalyDetectorRequest.Builder> getLogAnomalyDetectorRequest) Retrieves information about the log anomaly detector that you specify.default GetLogAnomalyDetectorResponseCloudWatchLogsClient.getLogAnomalyDetector(GetLogAnomalyDetectorRequest getLogAnomalyDetectorRequest) Retrieves information about the log anomaly detector that you specify.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type GetLogAnomalyDetectorResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.getLogAnomalyDetector(Consumer<GetLogAnomalyDetectorRequest.Builder> getLogAnomalyDetectorRequest) Retrieves information about the log anomaly detector that you specify.CloudWatchLogsAsyncClient.getLogAnomalyDetector(GetLogAnomalyDetectorRequest getLogAnomalyDetectorRequest) Retrieves information about the log anomaly detector that you specify.