| 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 the specified health check is healthy.
|
AlarmIdentifier |
UpdateHealthCheckRequest.getAlarmIdentifier()
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to
determine whether the specified health check is healthy.
|
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)
For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is
healthy, the region that the alarm was created in.
|
AlarmIdentifier |
AlarmIdentifier.withRegion(String region)
For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is
healthy, the region that the alarm was created in.
|
| 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 the specified health check is healthy.
|
void |
UpdateHealthCheckRequest.setAlarmIdentifier(AlarmIdentifier alarmIdentifier)
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to
determine whether the specified health check is healthy.
|
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 the specified health check is healthy.
|
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.withAlarmIdentifier(AlarmIdentifier alarmIdentifier)
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to
determine whether the specified health check is healthy.
|
Copyright © 2024. All rights reserved.