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