| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.clone() |
CloudWatchAlarmConfiguration |
HealthCheck.getCloudWatchAlarmConfiguration()
A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this
health check.
|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withComparisonOperator(ComparisonOperator comparisonOperator)
For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the
comparison.
|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withComparisonOperator(String comparisonOperator)
For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the
comparison.
|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withDimensions(Collection<Dimension> dimensions)
For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the
dimensions for the metric.
|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withDimensions(Dimension... dimensions)
For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the
dimensions for the metric.
|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withEvaluationPeriods(Integer evaluationPeriods)
For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to
the threshold.
|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withMetricName(String metricName)
The name of the CloudWatch metric that the alarm is associated with.
|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withNamespace(String namespace)
The namespace of the metric that the alarm is associated with.
|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withPeriod(Integer period)
For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.
|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withStatistic(Statistic statistic)
For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.
|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withStatistic(String statistic)
For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.
|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withThreshold(Double threshold)
For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HealthCheck.setCloudWatchAlarmConfiguration(CloudWatchAlarmConfiguration cloudWatchAlarmConfiguration)
A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this
health check.
|
HealthCheck |
HealthCheck.withCloudWatchAlarmConfiguration(CloudWatchAlarmConfiguration cloudWatchAlarmConfiguration)
A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this
health check.
|
Copyright © 2017. All rights reserved.