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 ComparisonOperatorLogAlarm.comparisonOperator()The arithmetic operation to use when comparing the aggregated query result and the threshold.final ComparisonOperatorMetricAlarm.comparisonOperator()The arithmetic operation to use when comparing the specified statistic and threshold.final ComparisonOperatorPutLogAlarmRequest.comparisonOperator()The arithmetic operation to use when comparing the aggregated query result and the 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 TypeMethodDescriptionLogAlarm.Builder.comparisonOperator(ComparisonOperator comparisonOperator) The arithmetic operation to use when comparing the aggregated query result and the threshold.MetricAlarm.Builder.comparisonOperator(ComparisonOperator comparisonOperator) The arithmetic operation to use when comparing the specified statistic and threshold.PutLogAlarmRequest.Builder.comparisonOperator(ComparisonOperator comparisonOperator) The arithmetic operation to use when comparing the aggregated query result and the threshold.PutMetricAlarmRequest.Builder.comparisonOperator(ComparisonOperator comparisonOperator) The arithmetic operation to use when comparing the specified statistic and threshold.