Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.AnomalyDetector
-
Packages that use AnomalyDetector Package Description software.amazon.awssdk.services.cloudwatchlogs.model software.amazon.awssdk.services.cloudwatchlogs.paginators -
-
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 AnomalyDetector Modifier and Type Method Description 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 AnomalyDetector Modifier and Type Method Description ListLogAnomalyDetectorsResponse.BuilderListLogAnomalyDetectorsResponse.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 AnomalyDetector Modifier and Type Method Description ListLogAnomalyDetectorsResponse.BuilderListLogAnomalyDetectorsResponse.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 AnomalyDetector Modifier and Type Method Description SdkIterable<AnomalyDetector>ListLogAnomalyDetectorsIterable. anomalyDetectors()Returns an iterable to iterate through the paginatedListLogAnomalyDetectorsResponse.anomalyDetectors()member.SdkPublisher<AnomalyDetector>ListLogAnomalyDetectorsPublisher. anomalyDetectors()Returns a publisher that can be used to get a stream of data.
-