Uses of Enum
software.amazon.awssdk.services.cloudwatch.model.ComparisonOperator
Packages that use ComparisonOperator
-
Uses of ComparisonOperator in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return ComparisonOperatorModifier and TypeMethodDescriptionfinal ComparisonOperatorMetricAlarm.comparisonOperator()The arithmetic operation to use when comparing the specified statistic and threshold.final ComparisonOperatorPutMetricAlarmRequest.comparisonOperator()The arithmetic operation to use when comparing the specified statistic and threshold.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.cloudwatch.model that return types with arguments of type ComparisonOperatorModifier and TypeMethodDescriptionstatic Set<ComparisonOperator>ComparisonOperator.knownValues()Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type ComparisonOperatorModifier and TypeMethodDescriptionMetricAlarm.Builder.comparisonOperator(ComparisonOperator comparisonOperator) The arithmetic operation to use when comparing the specified statistic and threshold.PutMetricAlarmRequest.Builder.comparisonOperator(ComparisonOperator comparisonOperator) The arithmetic operation to use when comparing the specified statistic and threshold.