Uses of Class
software.amazon.awssdk.services.cloudwatch.model.DescribeAnomalyDetectorsRequest
Packages that use DescribeAnomalyDetectorsRequest
Package
Description
Amazon CloudWatch enables you to publish, monitor, and manage various metrics, as well as configure alarm actions
based on data from metrics.
-
Uses of DescribeAnomalyDetectorsRequest in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch with parameters of type DescribeAnomalyDetectorsRequestModifier and TypeMethodDescriptionCloudWatchAsyncClient.describeAnomalyDetectors(DescribeAnomalyDetectorsRequest describeAnomalyDetectorsRequest) Lists the anomaly detection models that you have created in your account.default DescribeAnomalyDetectorsResponseCloudWatchClient.describeAnomalyDetectors(DescribeAnomalyDetectorsRequest describeAnomalyDetectorsRequest) Lists the anomaly detection models that you have created in your account.CloudWatchAsyncClient.describeAnomalyDetectorsPaginator(DescribeAnomalyDetectorsRequest describeAnomalyDetectorsRequest) This is a variant ofCloudWatchAsyncClient.describeAnomalyDetectors(software.amazon.awssdk.services.cloudwatch.model.DescribeAnomalyDetectorsRequest)operation.default DescribeAnomalyDetectorsIterableCloudWatchClient.describeAnomalyDetectorsPaginator(DescribeAnomalyDetectorsRequest describeAnomalyDetectorsRequest) This is a variant ofCloudWatchClient.describeAnomalyDetectors(software.amazon.awssdk.services.cloudwatch.model.DescribeAnomalyDetectorsRequest)operation. -
Uses of DescribeAnomalyDetectorsRequest in software.amazon.awssdk.services.cloudwatch.paginators
Constructors in software.amazon.awssdk.services.cloudwatch.paginators with parameters of type DescribeAnomalyDetectorsRequestModifierConstructorDescriptionDescribeAnomalyDetectorsIterable(CloudWatchClient client, DescribeAnomalyDetectorsRequest firstRequest) DescribeAnomalyDetectorsPublisher(CloudWatchAsyncClient client, DescribeAnomalyDetectorsRequest firstRequest) -
Uses of DescribeAnomalyDetectorsRequest in software.amazon.awssdk.services.cloudwatch.transform
Methods in software.amazon.awssdk.services.cloudwatch.transform with parameters of type DescribeAnomalyDetectorsRequestModifier and TypeMethodDescriptionDescribeAnomalyDetectorsRequestMarshaller.marshall(DescribeAnomalyDetectorsRequest describeAnomalyDetectorsRequest)