Uses of Class
software.amazon.awssdk.services.route53.model.AlarmIdentifier
-
Packages that use AlarmIdentifier Package Description software.amazon.awssdk.services.route53.model -
-
Uses of AlarmIdentifier in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return AlarmIdentifier Modifier and Type Method Description AlarmIdentifierHealthCheckConfig. 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.AlarmIdentifierUpdateHealthCheckRequest. 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.Methods in software.amazon.awssdk.services.route53.model with parameters of type AlarmIdentifier Modifier and Type Method Description HealthCheckConfig.BuilderHealthCheckConfig.Builder. alarmIdentifier(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.BuilderUpdateHealthCheckRequest.Builder. alarmIdentifier(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.
-