Package | Description |
---|---|
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
AlarmIdentifier |
AlarmIdentifier.clone() |
AlarmIdentifier |
UpdateHealthCheckRequest.getAlarmIdentifier() |
AlarmIdentifier |
HealthCheckConfig.getAlarmIdentifier()
A complex type that contains information to uniquely identify the
CloudWatch alarm that you're associating with a Route 53 health check.
|
AlarmIdentifier |
AlarmIdentifier.withName(String name)
The name of the CloudWatch alarm.
|
AlarmIdentifier |
AlarmIdentifier.withRegion(CloudWatchRegion region)
The
CloudWatchRegion that the CloudWatch alarm was created
in. |
AlarmIdentifier |
AlarmIdentifier.withRegion(String region)
The
CloudWatchRegion that the CloudWatch alarm was created
in. |
Modifier and Type | Method and Description |
---|---|
void |
UpdateHealthCheckRequest.setAlarmIdentifier(AlarmIdentifier alarmIdentifier) |
void |
HealthCheckConfig.setAlarmIdentifier(AlarmIdentifier alarmIdentifier)
A complex type that contains information to uniquely identify the
CloudWatch alarm that you're associating with a Route 53 health check.
|
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.withAlarmIdentifier(AlarmIdentifier alarmIdentifier) |
HealthCheckConfig |
HealthCheckConfig.withAlarmIdentifier(AlarmIdentifier alarmIdentifier)
A complex type that contains information to uniquely identify the
CloudWatch alarm that you're associating with a Route 53 health check.
|
Copyright © 2018. All rights reserved.