Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetLogAnomalyDetectorResponse
-
Packages that use GetLogAnomalyDetectorResponse 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 GetLogAnomalyDetectorResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetLogAnomalyDetectorResponse Modifier and Type Method Description default 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 GetLogAnomalyDetectorResponse Modifier and Type Method Description default CompletableFuture<GetLogAnomalyDetectorResponse>CloudWatchLogsAsyncClient. getLogAnomalyDetector(Consumer<GetLogAnomalyDetectorRequest.Builder> getLogAnomalyDetectorRequest)Retrieves information about the log anomaly detector that you specify.default CompletableFuture<GetLogAnomalyDetectorResponse>CloudWatchLogsAsyncClient. getLogAnomalyDetector(GetLogAnomalyDetectorRequest getLogAnomalyDetectorRequest)Retrieves information about the log anomaly detector that you specify.
-