Package | Description |
---|---|
com.amazonaws.services.gamelift.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.