Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ListLogAnomalyDetectorsRequest
-
Packages that use ListLogAnomalyDetectorsRequest 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 software.amazon.awssdk.services.cloudwatchlogs.transform -
-
Uses of ListLogAnomalyDetectorsRequest in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs with parameters of type ListLogAnomalyDetectorsRequest Modifier and Type Method Description default CompletableFuture<ListLogAnomalyDetectorsResponse>CloudWatchLogsAsyncClient. listLogAnomalyDetectors(ListLogAnomalyDetectorsRequest 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.default ListLogAnomalyDetectorsPublisherCloudWatchLogsAsyncClient. listLogAnomalyDetectorsPaginator(ListLogAnomalyDetectorsRequest listLogAnomalyDetectorsRequest)default ListLogAnomalyDetectorsIterableCloudWatchLogsClient. listLogAnomalyDetectorsPaginator(ListLogAnomalyDetectorsRequest listLogAnomalyDetectorsRequest) -
Uses of ListLogAnomalyDetectorsRequest in software.amazon.awssdk.services.cloudwatchlogs.paginators
Constructors in software.amazon.awssdk.services.cloudwatchlogs.paginators with parameters of type ListLogAnomalyDetectorsRequest Constructor Description ListLogAnomalyDetectorsIterable(CloudWatchLogsClient client, ListLogAnomalyDetectorsRequest firstRequest)ListLogAnomalyDetectorsPublisher(CloudWatchLogsAsyncClient client, ListLogAnomalyDetectorsRequest firstRequest) -
Uses of ListLogAnomalyDetectorsRequest in software.amazon.awssdk.services.cloudwatchlogs.transform
Methods in software.amazon.awssdk.services.cloudwatchlogs.transform with parameters of type ListLogAnomalyDetectorsRequest Modifier and Type Method Description SdkHttpFullRequestListLogAnomalyDetectorsRequestMarshaller. marshall(ListLogAnomalyDetectorsRequest listLogAnomalyDetectorsRequest)
-