Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ListAnomaliesResponse
-
Packages that use ListAnomaliesResponse 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 ListAnomaliesResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return ListAnomaliesResponse Modifier and Type Method Description default 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 ListAnomaliesResponse Modifier and Type Method Description default 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 ListAnomaliesResponse Modifier and Type Method Description Iterator<ListAnomaliesResponse>ListAnomaliesIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type ListAnomaliesResponse Modifier and Type Method Description voidListAnomaliesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAnomaliesResponse> subscriber)
-