Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ListLogAnomalyDetectorsResponse
-
Packages that use ListLogAnomalyDetectorsResponse 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.software.amazon.awssdk.services.cloudwatchlogs.paginators -
-
Uses of ListLogAnomalyDetectorsResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return ListLogAnomalyDetectorsResponse Modifier and Type Method Description default ListLogAnomalyDetectorsResponseCloudWatchLogsClient. listLogAnomalyDetectors(Consumer<ListLogAnomalyDetectorsRequest.Builder> listLogAnomalyDetectorsRequest)Retrieves a list of the log anomaly detectors in the account.default ListLogAnomalyDetectorsResponseCloudWatchLogsClient. listLogAnomalyDetectors(ListLogAnomalyDetectorsRequest listLogAnomalyDetectorsRequest)Retrieves a list of the log anomaly detectors in the account.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type ListLogAnomalyDetectorsResponse Modifier and Type Method Description default CompletableFuture<ListLogAnomalyDetectorsResponse>CloudWatchLogsAsyncClient. listLogAnomalyDetectors(Consumer<ListLogAnomalyDetectorsRequest.Builder> listLogAnomalyDetectorsRequest)Retrieves a list of the log anomaly detectors in the account.default CompletableFuture<ListLogAnomalyDetectorsResponse>CloudWatchLogsAsyncClient. listLogAnomalyDetectors(ListLogAnomalyDetectorsRequest listLogAnomalyDetectorsRequest)Retrieves a list of the log anomaly detectors in the account. -
Uses of ListLogAnomalyDetectorsResponse in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type ListLogAnomalyDetectorsResponse Modifier and Type Method Description Iterator<ListLogAnomalyDetectorsResponse>ListLogAnomalyDetectorsIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type ListLogAnomalyDetectorsResponse Modifier and Type Method Description voidListLogAnomalyDetectorsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLogAnomalyDetectorsResponse> subscriber)
-