Uses of Class
com.amazonaws.services.route53.model.AlarmIdentifier
-
Packages that use AlarmIdentifier Package Description com.amazonaws.services.route53.model -
-
Uses of AlarmIdentifier in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return AlarmIdentifier Modifier and Type Method Description AlarmIdentifier
AlarmIdentifier. clone()
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
UpdateHealthCheckRequest. getAlarmIdentifier()
AlarmIdentifier
AlarmIdentifier. withName(String name)
The name of the CloudWatch alarm.AlarmIdentifier
AlarmIdentifier. withRegion(CloudWatchRegion region)
TheCloudWatchRegion
that the CloudWatch alarm was created in.AlarmIdentifier
AlarmIdentifier. withRegion(String region)
TheCloudWatchRegion
that the CloudWatch alarm was created in.Methods in com.amazonaws.services.route53.model with parameters of type AlarmIdentifier Modifier and Type Method Description 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.void
UpdateHealthCheckRequest. setAlarmIdentifier(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.UpdateHealthCheckRequest
UpdateHealthCheckRequest. withAlarmIdentifier(AlarmIdentifier alarmIdentifier)
-