Uses of Class
com.amazonaws.services.route53.model.CloudWatchRegion
-
Packages that use CloudWatchRegion Package Description com.amazonaws.services.route53.model -
-
Uses of CloudWatchRegion in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return CloudWatchRegion Modifier and Type Method Description static CloudWatchRegion
CloudWatchRegion. fromValue(String value)
Use this in place of valueOf.static CloudWatchRegion
CloudWatchRegion. 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 com.amazonaws.services.route53.model with parameters of type CloudWatchRegion Modifier and Type Method Description void
AlarmIdentifier. setRegion(CloudWatchRegion region)
TheCloudWatchRegion
that the CloudWatch alarm was created in.AlarmIdentifier
AlarmIdentifier. withRegion(CloudWatchRegion region)
TheCloudWatchRegion
that the CloudWatch alarm was created in.
-