Uses of Class
com.amazonaws.services.route53.model.CloudWatchAlarmConfiguration
Packages that use CloudWatchAlarmConfiguration
-
Uses of CloudWatchAlarmConfiguration in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return CloudWatchAlarmConfigurationModifier and TypeMethodDescriptionCloudWatchAlarmConfiguration.clone()
HealthCheck.getCloudWatchAlarmConfiguration()
For CLOUDWATCH_METRIC health checks, a complex type that contains information about the CloudWatch alarm that you're associating with the health check.CloudWatchAlarmConfiguration.withComparisonOperator
(ComparisonOperator comparisonOperator) The arithmetic operation to use when comparing the specified Statistic and Threshold.CloudWatchAlarmConfiguration.withComparisonOperator
(String comparisonOperator) The arithmetic operation to use when comparing the specified Statistic and Threshold.CloudWatchAlarmConfiguration.withDimensions
(Dimension... dimensions) A list ofDimension
elements for the CloudWatch metric that is associated with the CloudWatch alarm.CloudWatchAlarmConfiguration.withDimensions
(Collection<Dimension> dimensions) A list ofDimension
elements for the CloudWatch metric that is associated with the CloudWatch alarm.CloudWatchAlarmConfiguration.withEvaluationPeriods
(Integer evaluationPeriods) The number of periods over which data is compared to the specified threshold.CloudWatchAlarmConfiguration.withMetricName
(String metricName) The name of the CloudWatch metric that is associated with the CloudWatch alarm.CloudWatchAlarmConfiguration.withNamespace
(String namespace) The namespace of the CloudWatch metric that is associated with the CloudWatch alarm.CloudWatchAlarmConfiguration.withPeriod
(Integer period) An integer that represents the period in seconds over which the statistic is applied.CloudWatchAlarmConfiguration.withStatistic
(Statistic statistic) The statistic to apply to the CloudWatch metric that is associated with the CloudWatch alarm.CloudWatchAlarmConfiguration.withStatistic
(String statistic) The statistic to apply to the CloudWatch metric that is associated with the CloudWatch alarm.CloudWatchAlarmConfiguration.withThreshold
(Double threshold) The value that the metric is compared with to determine the state of the alarm.Methods in com.amazonaws.services.route53.model with parameters of type CloudWatchAlarmConfigurationModifier and TypeMethodDescriptionvoid
HealthCheck.setCloudWatchAlarmConfiguration
(CloudWatchAlarmConfiguration cloudWatchAlarmConfiguration) For CLOUDWATCH_METRIC health checks, a complex type that contains information about the CloudWatch alarm that you're associating with the health check.HealthCheck.withCloudWatchAlarmConfiguration
(CloudWatchAlarmConfiguration cloudWatchAlarmConfiguration) For CLOUDWATCH_METRIC health checks, a complex type that contains information about the CloudWatch alarm that you're associating with the health check.