Uses of Class
software.amazon.awssdk.services.cloudwatch.model.PutAnomalyDetectorResponse
Packages that use PutAnomalyDetectorResponse
Package
Description
Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the applications you run on
Amazon Web Services in real time.
-
Uses of PutAnomalyDetectorResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return PutAnomalyDetectorResponseModifier and TypeMethodDescriptiondefault PutAnomalyDetectorResponseCloudWatchClient.putAnomalyDetector(Consumer<PutAnomalyDetectorRequest.Builder> putAnomalyDetectorRequest) Creates an anomaly detection model for a CloudWatch metric.default PutAnomalyDetectorResponseCloudWatchClient.putAnomalyDetector(PutAnomalyDetectorRequest putAnomalyDetectorRequest) Creates an anomaly detection model for a CloudWatch metric.Methods in software.amazon.awssdk.services.cloudwatch that return types with arguments of type PutAnomalyDetectorResponseModifier and TypeMethodDescriptionCloudWatchAsyncClient.putAnomalyDetector(Consumer<PutAnomalyDetectorRequest.Builder> putAnomalyDetectorRequest) Creates an anomaly detection model for a CloudWatch metric.CloudWatchAsyncClient.putAnomalyDetector(PutAnomalyDetectorRequest putAnomalyDetectorRequest) Creates an anomaly detection model for a CloudWatch metric.