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 CloudWatchRegionCloudWatchRegion. fromValue(String value)Use this in place of valueOf.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 com.amazonaws.services.route53.model with parameters of type CloudWatchRegion Modifier and Type Method Description voidAlarmIdentifier. setRegion(CloudWatchRegion region)TheCloudWatchRegionthat the CloudWatch alarm was created in.AlarmIdentifierAlarmIdentifier. withRegion(CloudWatchRegion region)TheCloudWatchRegionthat the CloudWatch alarm was created in.
-