Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.DescribeAnomalyDetectorsRequest.Builder
Packages that use DescribeAnomalyDetectorsRequest.Builder
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 DescribeAnomalyDetectorsRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type DescribeAnomalyDetectorsRequest.BuilderModifier and TypeMethodDescriptionCloudWatchAsyncClient.describeAnomalyDetectors(Consumer<DescribeAnomalyDetectorsRequest.Builder> describeAnomalyDetectorsRequest) Lists the anomaly detection models that you have created in your account.default DescribeAnomalyDetectorsResponseCloudWatchClient.describeAnomalyDetectors(Consumer<DescribeAnomalyDetectorsRequest.Builder> describeAnomalyDetectorsRequest) Lists the anomaly detection models that you have created in your account.CloudWatchAsyncClient.describeAnomalyDetectorsPaginator(Consumer<DescribeAnomalyDetectorsRequest.Builder> describeAnomalyDetectorsRequest) This is a variant ofCloudWatchAsyncClient.describeAnomalyDetectors(software.amazon.awssdk.services.cloudwatch.model.DescribeAnomalyDetectorsRequest)operation.default DescribeAnomalyDetectorsIterableCloudWatchClient.describeAnomalyDetectorsPaginator(Consumer<DescribeAnomalyDetectorsRequest.Builder> describeAnomalyDetectorsRequest) This is a variant ofCloudWatchClient.describeAnomalyDetectors(software.amazon.awssdk.services.cloudwatch.model.DescribeAnomalyDetectorsRequest)operation. -
Uses of DescribeAnomalyDetectorsRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return DescribeAnomalyDetectorsRequest.BuilderModifier and TypeMethodDescriptionDescribeAnomalyDetectorsRequest.Builder.anomalyDetectorTypes(Collection<AnomalyDetectorType> anomalyDetectorTypes) The anomaly detector types to request when usingDescribeAnomalyDetectorsInput.DescribeAnomalyDetectorsRequest.Builder.anomalyDetectorTypes(AnomalyDetectorType... anomalyDetectorTypes) The anomaly detector types to request when usingDescribeAnomalyDetectorsInput.DescribeAnomalyDetectorsRequest.Builder.anomalyDetectorTypesWithStrings(String... anomalyDetectorTypes) The anomaly detector types to request when usingDescribeAnomalyDetectorsInput.DescribeAnomalyDetectorsRequest.Builder.anomalyDetectorTypesWithStrings(Collection<String> anomalyDetectorTypes) The anomaly detector types to request when usingDescribeAnomalyDetectorsInput.DescribeAnomalyDetectorsRequest.builder()DescribeAnomalyDetectorsRequest.Builder.dimensions(Collection<Dimension> dimensions) Limits the results to only the anomaly detection models that are associated with the specified metric dimensions.DescribeAnomalyDetectorsRequest.Builder.dimensions(Consumer<Dimension.Builder>... dimensions) Limits the results to only the anomaly detection models that are associated with the specified metric dimensions.DescribeAnomalyDetectorsRequest.Builder.dimensions(Dimension... dimensions) Limits the results to only the anomaly detection models that are associated with the specified metric dimensions.DescribeAnomalyDetectorsRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return in one operation.DescribeAnomalyDetectorsRequest.Builder.metricName(String metricName) Limits the results to only the anomaly detection models that are associated with the specified metric name.Limits the results to only the anomaly detection models that are associated with the specified namespace.Use the token returned by the previous operation to request the next page of results.DescribeAnomalyDetectorsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeAnomalyDetectorsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeAnomalyDetectorsRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type DescribeAnomalyDetectorsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeAnomalyDetectorsRequest.Builder>DescribeAnomalyDetectorsRequest.serializableBuilderClass()