Uses of Enum
software.amazon.awssdk.services.route53.model.ComparisonOperator
Packages that use ComparisonOperator
-
Uses of ComparisonOperator in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ComparisonOperatorModifier and TypeMethodDescriptionfinal ComparisonOperatorCloudWatchAlarmConfiguration.comparisonOperator()For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.static ComparisonOperatorUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ComparisonOperatorReturns the enum constant of this type with the specified name.static ComparisonOperator[]ComparisonOperator.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 ComparisonOperatorModifier and TypeMethodDescriptionstatic Set<ComparisonOperator>ComparisonOperator.knownValues()Methods in software.amazon.awssdk.services.route53.model with parameters of type ComparisonOperatorModifier and TypeMethodDescriptionCloudWatchAlarmConfiguration.Builder.comparisonOperator(ComparisonOperator comparisonOperator) For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.