Uses of Enum
software.amazon.awssdk.services.route53.model.CloudWatchRegion
Packages that use CloudWatchRegion
-
Uses of CloudWatchRegion in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return CloudWatchRegionModifier and TypeMethodDescriptionstatic CloudWatchRegionUse this in place of valueOf to convert the raw string returned by the service into the enum value.final 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 CloudWatchRegionReturns 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 CloudWatchRegionMethods in software.amazon.awssdk.services.route53.model with parameters of type CloudWatchRegionModifier and TypeMethodDescriptionAlarmIdentifier.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.