| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
AlarmIdentifier |
AlarmIdentifier.clone() |
AlarmIdentifier |
HealthCheckConfig.getAlarmIdentifier()
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to
determine whether this health check is healthy.
|
AlarmIdentifier |
UpdateHealthCheckRequest.getAlarmIdentifier() |
AlarmIdentifier |
AlarmIdentifier.withName(String name)
The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this
health check is healthy.
|
AlarmIdentifier |
AlarmIdentifier.withRegion(CloudWatchRegion region)
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to
determine whether this health check is healthy.
|
AlarmIdentifier |
AlarmIdentifier.withRegion(String region)
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to
determine whether this health check is healthy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HealthCheckConfig.setAlarmIdentifier(AlarmIdentifier alarmIdentifier)
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to
determine whether this health check is healthy.
|
void |
UpdateHealthCheckRequest.setAlarmIdentifier(AlarmIdentifier alarmIdentifier) |
HealthCheckConfig |
HealthCheckConfig.withAlarmIdentifier(AlarmIdentifier alarmIdentifier)
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to
determine whether this health check is healthy.
|
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.withAlarmIdentifier(AlarmIdentifier alarmIdentifier) |
Copyright © 2017. All rights reserved.