Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.AnomalyDetector
Packages that use AnomalyDetector
Package
Description
-
Uses of AnomalyDetector in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type AnomalyDetectorModifier and TypeMethodDescriptionfinal List<AnomalyDetector>ListLogAnomalyDetectorsResponse.anomalyDetectors()An array of structures, where each structure in the array contains information about one anomaly detector.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type AnomalyDetectorModifier and TypeMethodDescriptionListLogAnomalyDetectorsResponse.Builder.anomalyDetectors(AnomalyDetector... anomalyDetectors) An array of structures, where each structure in the array contains information about one anomaly detector.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type AnomalyDetectorModifier and TypeMethodDescriptionListLogAnomalyDetectorsResponse.Builder.anomalyDetectors(Collection<AnomalyDetector> anomalyDetectors) An array of structures, where each structure in the array contains information about one anomaly detector. -
Uses of AnomalyDetector in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type AnomalyDetectorModifier and TypeMethodDescriptionfinal SdkIterable<AnomalyDetector>ListLogAnomalyDetectorsIterable.anomalyDetectors()Returns an iterable to iterate through the paginatedListLogAnomalyDetectorsResponse.anomalyDetectors()member.final SdkPublisher<AnomalyDetector>ListLogAnomalyDetectorsPublisher.anomalyDetectors()Returns a publisher that can be used to get a stream of data.