Uses of Class
software.amazon.awssdk.services.route53.model.CloudWatchRegion
-
Packages that use CloudWatchRegion Package Description software.amazon.awssdk.services.route53.model -
-
Uses of CloudWatchRegion in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return CloudWatchRegion Modifier and Type Method Description static CloudWatchRegionCloudWatchRegion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CloudWatchRegionAlarmIdentifier. region()For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.static CloudWatchRegionCloudWatchRegion. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudWatchRegion[]CloudWatchRegion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type CloudWatchRegion Modifier and Type Method Description static Set<CloudWatchRegion>CloudWatchRegion. knownValues()Methods in software.amazon.awssdk.services.route53.model with parameters of type CloudWatchRegion Modifier and Type Method Description AlarmIdentifier.BuilderAlarmIdentifier.Builder. region(CloudWatchRegion region)For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.
-