Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.Anomaly
Packages that use Anomaly
Package
Description
-
Uses of Anomaly in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type AnomalyModifier and TypeMethodDescriptionListAnomaliesResponse.anomalies()An array of structures, where each structure contains information about one anomaly that a log anomaly detector has found.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type AnomalyModifier and TypeMethodDescriptionAn array of structures, where each structure contains information about one anomaly that a log anomaly detector has found.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type AnomalyModifier and TypeMethodDescriptionListAnomaliesResponse.Builder.anomalies(Collection<Anomaly> anomalies) An array of structures, where each structure contains information about one anomaly that a log anomaly detector has found. -
Uses of Anomaly in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type AnomalyModifier and TypeMethodDescriptionfinal SdkIterable<Anomaly>ListAnomaliesIterable.anomalies()Returns an iterable to iterate through the paginatedListAnomaliesResponse.anomalies()member.final SdkPublisher<Anomaly>ListAnomaliesPublisher.anomalies()Returns a publisher that can be used to get a stream of data.