Uses of Class
software.amazon.awssdk.services.cloudwatch.model.DeleteAnomalyDetectorResponse
Packages that use DeleteAnomalyDetectorResponse
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 DeleteAnomalyDetectorResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return DeleteAnomalyDetectorResponseModifier and TypeMethodDescriptiondefault DeleteAnomalyDetectorResponseCloudWatchClient.deleteAnomalyDetector(Consumer<DeleteAnomalyDetectorRequest.Builder> deleteAnomalyDetectorRequest) Deletes the specified anomaly detection model from your account.default DeleteAnomalyDetectorResponseCloudWatchClient.deleteAnomalyDetector(DeleteAnomalyDetectorRequest deleteAnomalyDetectorRequest) Deletes the specified anomaly detection model from your account.Methods in software.amazon.awssdk.services.cloudwatch that return types with arguments of type DeleteAnomalyDetectorResponseModifier and TypeMethodDescriptionCloudWatchAsyncClient.deleteAnomalyDetector(Consumer<DeleteAnomalyDetectorRequest.Builder> deleteAnomalyDetectorRequest) Deletes the specified anomaly detection model from your account.CloudWatchAsyncClient.deleteAnomalyDetector(DeleteAnomalyDetectorRequest deleteAnomalyDetectorRequest) Deletes the specified anomaly detection model from your account.