Uses of Class
software.amazon.awssdk.services.cloudwatch.model.AnomalyDetector
Packages that use AnomalyDetector
Package
Description
-
Uses of AnomalyDetector in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type AnomalyDetectorModifier and TypeMethodDescriptionfinal List<AnomalyDetector>DescribeAnomalyDetectorsResponse.anomalyDetectors()The list of anomaly detection models returned by the operation.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type AnomalyDetectorModifier and TypeMethodDescriptionDescribeAnomalyDetectorsResponse.Builder.anomalyDetectors(AnomalyDetector... anomalyDetectors) The list of anomaly detection models returned by the operation.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type AnomalyDetectorModifier and TypeMethodDescriptionDescribeAnomalyDetectorsResponse.Builder.anomalyDetectors(Collection<AnomalyDetector> anomalyDetectors) The list of anomaly detection models returned by the operation. -
Uses of AnomalyDetector in software.amazon.awssdk.services.cloudwatch.paginators
Methods in software.amazon.awssdk.services.cloudwatch.paginators that return types with arguments of type AnomalyDetectorModifier and TypeMethodDescriptionfinal SdkIterable<AnomalyDetector>DescribeAnomalyDetectorsIterable.anomalyDetectors()Returns an iterable to iterate through the paginatedDescribeAnomalyDetectorsResponse.anomalyDetectors()member.final SdkPublisher<AnomalyDetector>DescribeAnomalyDetectorsPublisher.anomalyDetectors()Returns a publisher that can be used to get a stream of data.