Uses of Enum
com.amazonaws.services.gamelift.model.ComparisonOperatorType
Packages that use ComparisonOperatorType
-
Uses of ComparisonOperatorType in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return ComparisonOperatorTypeModifier and TypeMethodDescriptionstatic ComparisonOperatorTypeUse this in place of valueOf.static ComparisonOperatorTypeReturns 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 ComparisonOperatorTypeModifier and TypeMethodDescriptionvoidPutScalingPolicyRequest.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.PutScalingPolicyRequest.withComparisonOperator(ComparisonOperatorType comparisonOperator) Comparison operator to use when measuring the metric against the threshold value.ScalingPolicy.withComparisonOperator(ComparisonOperatorType comparisonOperator) Comparison operator to use when measuring a metric against the threshold value.