Uses of Class
com.amazonaws.services.gamelift.model.ComparisonOperatorType
-
Packages that use ComparisonOperatorType Package Description com.amazonaws.services.gamelift.model -
-
Uses of ComparisonOperatorType in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return ComparisonOperatorType Modifier and Type Method Description static ComparisonOperatorTypeComparisonOperatorType. fromValue(String value)Use this in place of valueOf.static ComparisonOperatorTypeComparisonOperatorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ComparisonOperatorType[]ComparisonOperatorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.gamelift.model with parameters of type ComparisonOperatorType Modifier and Type Method Description voidPutScalingPolicyRequest. setComparisonOperator(ComparisonOperatorType comparisonOperator)Comparison operator to use when measuring the metric against the threshold value.voidScalingPolicy. setComparisonOperator(ComparisonOperatorType comparisonOperator)Comparison operator to use when measuring a metric against the threshold value.PutScalingPolicyRequestPutScalingPolicyRequest. withComparisonOperator(ComparisonOperatorType comparisonOperator)Comparison operator to use when measuring the metric against the threshold value.ScalingPolicyScalingPolicy. withComparisonOperator(ComparisonOperatorType comparisonOperator)Comparison operator to use when measuring a metric against the threshold value.
-