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 AlarmIdentifierAlarmIdentifier. clone()AlarmIdentifierHealthCheckConfig. getAlarmIdentifier()A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.AlarmIdentifierUpdateHealthCheckRequest. getAlarmIdentifier()AlarmIdentifierAlarmIdentifier. withName(String name)The name of the CloudWatch alarm.AlarmIdentifierAlarmIdentifier. withRegion(CloudWatchRegion region)TheCloudWatchRegionthat the CloudWatch alarm was created in.AlarmIdentifierAlarmIdentifier. withRegion(String region)TheCloudWatchRegionthat the CloudWatch alarm was created in.Methods in com.amazonaws.services.route53.model with parameters of type AlarmIdentifier Modifier and Type Method Description voidHealthCheckConfig. 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.voidUpdateHealthCheckRequest. setAlarmIdentifier(AlarmIdentifier alarmIdentifier)HealthCheckConfigHealthCheckConfig. 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.UpdateHealthCheckRequestUpdateHealthCheckRequest. withAlarmIdentifier(AlarmIdentifier alarmIdentifier)
-