| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
ComparisonOperatorType |
PutScalingPolicyRequest.comparisonOperator()
Comparison operator to use when measuring the metric against the threshold value.
|
ComparisonOperatorType |
ScalingPolicy.comparisonOperator()
Comparison operator to use when measuring a metric against the threshold value.
|
static ComparisonOperatorType |
ComparisonOperatorType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ComparisonOperatorType> |
ComparisonOperatorType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PutScalingPolicyRequest.Builder |
PutScalingPolicyRequest.Builder.comparisonOperator(ComparisonOperatorType comparisonOperator)
Comparison operator to use when measuring the metric against the threshold value.
|
ScalingPolicy.Builder |
ScalingPolicy.Builder.comparisonOperator(ComparisonOperatorType comparisonOperator)
Comparison operator to use when measuring a metric against the threshold value.
|
Copyright © 2023. All rights reserved.