Uses of Class
software.amazon.awssdk.services.gamelift.model.ComparisonOperatorType
-
Packages that use ComparisonOperatorType Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ComparisonOperatorType in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ComparisonOperatorType Modifier and Type Method Description ComparisonOperatorTypePutScalingPolicyRequest. comparisonOperator()Comparison operator to use when measuring the metric against the threshold value.ComparisonOperatorTypeScalingPolicy. comparisonOperator()Comparison operator to use when measuring a metric against the threshold value.static ComparisonOperatorTypeComparisonOperatorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.gamelift.model that return types with arguments of type ComparisonOperatorType Modifier and Type Method Description static Set<ComparisonOperatorType>ComparisonOperatorType. knownValues()Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ComparisonOperatorType Modifier and Type Method Description PutScalingPolicyRequest.BuilderPutScalingPolicyRequest.Builder. comparisonOperator(ComparisonOperatorType comparisonOperator)Comparison operator to use when measuring the metric against the threshold value.ScalingPolicy.BuilderScalingPolicy.Builder. comparisonOperator(ComparisonOperatorType comparisonOperator)Comparison operator to use when measuring a metric against the threshold value.
-