Uses of Class
software.amazon.awssdk.services.route53.model.AlarmIdentifier
Packages that use AlarmIdentifier
-
Uses of AlarmIdentifier in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return AlarmIdentifierModifier and TypeMethodDescriptionfinal 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.final 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 AlarmIdentifierModifier and TypeMethodDescriptionHealthCheckConfig.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.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.