Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ListAnomaliesRequest
Packages that use ListAnomaliesRequest
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 ListAnomaliesRequest in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs with parameters of type ListAnomaliesRequestModifier and TypeMethodDescriptiondefault CompletableFuture<ListAnomaliesResponse>CloudWatchLogsAsyncClient.listAnomalies(ListAnomaliesRequest 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.default ListAnomaliesPublisherCloudWatchLogsAsyncClient.listAnomaliesPaginator(ListAnomaliesRequest listAnomaliesRequest) This is a variant ofCloudWatchLogsAsyncClient.listAnomalies(software.amazon.awssdk.services.cloudwatchlogs.model.ListAnomaliesRequest)operation.default ListAnomaliesIterableCloudWatchLogsClient.listAnomaliesPaginator(ListAnomaliesRequest listAnomaliesRequest) This is a variant ofCloudWatchLogsClient.listAnomalies(software.amazon.awssdk.services.cloudwatchlogs.model.ListAnomaliesRequest)operation. -
Uses of ListAnomaliesRequest in software.amazon.awssdk.services.cloudwatchlogs.paginators
Constructors in software.amazon.awssdk.services.cloudwatchlogs.paginators with parameters of type ListAnomaliesRequestModifierConstructorDescriptionListAnomaliesIterable(CloudWatchLogsClient client, ListAnomaliesRequest firstRequest) ListAnomaliesPublisher(CloudWatchLogsAsyncClient client, ListAnomaliesRequest firstRequest) -
Uses of ListAnomaliesRequest in software.amazon.awssdk.services.cloudwatchlogs.transform
Methods in software.amazon.awssdk.services.cloudwatchlogs.transform with parameters of type ListAnomaliesRequestModifier and TypeMethodDescriptionListAnomaliesRequestMarshaller.marshall(ListAnomaliesRequest listAnomaliesRequest)