Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ListAnomaliesResponse
Packages that use ListAnomaliesResponse
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 ListAnomaliesResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return ListAnomaliesResponseModifier and TypeMethodDescriptiondefault ListAnomaliesResponseCloudWatchLogsClient.listAnomalies(Consumer<ListAnomaliesRequest.Builder> listAnomaliesRequest) Returns a list of anomalies that log anomaly detectors have found.default ListAnomaliesResponseCloudWatchLogsClient.listAnomalies(ListAnomaliesRequest listAnomaliesRequest) Returns a list of anomalies that log anomaly detectors have found.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type ListAnomaliesResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ListAnomaliesResponse>CloudWatchLogsAsyncClient.listAnomalies(Consumer<ListAnomaliesRequest.Builder> listAnomaliesRequest) Returns a list of anomalies that log anomaly detectors have found.default CompletableFuture<ListAnomaliesResponse>CloudWatchLogsAsyncClient.listAnomalies(ListAnomaliesRequest listAnomaliesRequest) Returns a list of anomalies that log anomaly detectors have found. -
Uses of ListAnomaliesResponse in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type ListAnomaliesResponseMethod parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type ListAnomaliesResponseModifier and TypeMethodDescriptionvoidListAnomaliesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAnomaliesResponse> subscriber)