Uses of Class
com.amazonaws.services.route53.model.AlarmIdentifier
Packages that use AlarmIdentifier
-
Uses of AlarmIdentifier in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return AlarmIdentifierModifier and TypeMethodDescriptionAlarmIdentifier.clone()
HealthCheckConfig.getAlarmIdentifier()
A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.UpdateHealthCheckRequest.getAlarmIdentifier()
The name of the CloudWatch alarm.AlarmIdentifier.withRegion
(CloudWatchRegion region) TheCloudWatchRegion
that the CloudWatch alarm was created in.AlarmIdentifier.withRegion
(String region) TheCloudWatchRegion
that the CloudWatch alarm was created in.Methods in com.amazonaws.services.route53.model with parameters of type AlarmIdentifierModifier and TypeMethodDescriptionvoid
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.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.withAlarmIdentifier
(AlarmIdentifier alarmIdentifier)