Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.DescribeAlarmsForMetricRequest.Builder
Packages that use DescribeAlarmsForMetricRequest.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 DescribeAlarmsForMetricRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type DescribeAlarmsForMetricRequest.BuilderModifier and TypeMethodDescriptionCloudWatchAsyncClient.describeAlarmsForMetric(Consumer<DescribeAlarmsForMetricRequest.Builder> describeAlarmsForMetricRequest) Retrieves the alarms for the specified metric.default DescribeAlarmsForMetricResponseCloudWatchClient.describeAlarmsForMetric(Consumer<DescribeAlarmsForMetricRequest.Builder> describeAlarmsForMetricRequest) Retrieves the alarms for the specified metric. -
Uses of DescribeAlarmsForMetricRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return DescribeAlarmsForMetricRequest.BuilderModifier and TypeMethodDescriptionDescribeAlarmsForMetricRequest.builder()DescribeAlarmsForMetricRequest.Builder.dimensions(Collection<Dimension> dimensions) The dimensions associated with the metric.DescribeAlarmsForMetricRequest.Builder.dimensions(Consumer<Dimension.Builder>... dimensions) The dimensions associated with the metric.DescribeAlarmsForMetricRequest.Builder.dimensions(Dimension... dimensions) The dimensions associated with the metric.DescribeAlarmsForMetricRequest.Builder.extendedStatistic(String extendedStatistic) The percentile statistic for the metric.DescribeAlarmsForMetricRequest.Builder.metricName(String metricName) The name of the metric.The namespace of the metric.DescribeAlarmsForMetricRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeAlarmsForMetricRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The period, in seconds, over which the statistic is applied.The statistic for the metric, other than percentiles.The statistic for the metric, other than percentiles.DescribeAlarmsForMetricRequest.toBuilder()The unit for the metric.DescribeAlarmsForMetricRequest.Builder.unit(StandardUnit unit) The unit for the metric.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type DescribeAlarmsForMetricRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeAlarmsForMetricRequest.Builder>DescribeAlarmsForMetricRequest.serializableBuilderClass()