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 ComparisonOperatorType
ComparisonOperatorType. fromValue(String value)
Use this in place of valueOf.static ComparisonOperatorType
ComparisonOperatorType. 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 void
PutScalingPolicyRequest. setComparisonOperator(ComparisonOperatorType comparisonOperator)
Comparison operator to use when measuring the metric against the threshold value.void
ScalingPolicy. setComparisonOperator(ComparisonOperatorType comparisonOperator)
Comparison operator to use when measuring a metric against the threshold value.PutScalingPolicyRequest
PutScalingPolicyRequest. withComparisonOperator(ComparisonOperatorType comparisonOperator)
Comparison operator to use when measuring the metric against the threshold value.ScalingPolicy
ScalingPolicy. withComparisonOperator(ComparisonOperatorType comparisonOperator)
Comparison operator to use when measuring a metric against the threshold value.
-