Package | Description |
---|---|
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.clone() |
CloudWatchAlarmConfiguration |
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 |
CloudWatchAlarmConfiguration.withComparisonOperator(ComparisonOperator comparisonOperator)
The arithmetic operation to use when comparing the specified Statistic
and Threshold.
|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withComparisonOperator(String comparisonOperator)
The arithmetic operation to use when comparing the specified Statistic
and Threshold.
|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withDimensions(Collection<Dimension> dimensions)
A list of
Dimension elements for the CloudWatch metric that
is associated with the CloudWatch alarm. |
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withDimensions(Dimension... dimensions)
A list of
Dimension elements for the CloudWatch metric that
is associated with the CloudWatch alarm. |
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withEvaluationPeriods(Integer evaluationPeriods)
The number of periods over which data is compared to the specified
threshold.
|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withMetricName(String metricName)
The name of the CloudWatch metric that is associated with the CloudWatch
alarm.
|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withNamespace(String namespace)
The namespace of the CloudWatch metric that is associated with the
CloudWatch alarm.
|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withPeriod(Integer period)
An integer that represents the period in seconds over which the statistic
is applied.
|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withStatistic(Statistic statistic)
The statistic to apply to the CloudWatch metric that is associated with
the CloudWatch alarm.
|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withStatistic(String statistic)
The statistic to apply to the CloudWatch metric that is associated with
the CloudWatch alarm.
|
CloudWatchAlarmConfiguration |
CloudWatchAlarmConfiguration.withThreshold(Double threshold)
The value that the metric is compared with to determine the state of the
alarm.
|
Modifier and Type | Method and Description |
---|---|
void |
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 |
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.
|
Copyright © 2018. All rights reserved.