ScalingPolicy |
ScalingPolicy.clone() |
|
ScalingPolicy |
ScalingPolicy.withComparisonOperator(ComparisonOperatorType comparisonOperator) |
Comparison operator to use when measuring a metric against the threshold
value.
|
ScalingPolicy |
ScalingPolicy.withComparisonOperator(String comparisonOperator) |
Comparison operator to use when measuring a metric against the threshold
value.
|
ScalingPolicy |
ScalingPolicy.withEvaluationPeriods(Integer evaluationPeriods) |
Length of time (in minutes) the metric must be at or beyond the threshold
before a scaling event is triggered.
|
ScalingPolicy |
ScalingPolicy.withFleetId(String fleetId) |
Unique identity for the fleet associated with this scaling policy.
|
ScalingPolicy |
ScalingPolicy.withMetricName(MetricName metricName) |
Name of the GameLift-defined metric that is used to trigger an
adjustment.
|
ScalingPolicy |
ScalingPolicy.withMetricName(String metricName) |
Name of the GameLift-defined metric that is used to trigger an
adjustment.
|
ScalingPolicy |
ScalingPolicy.withName(String name) |
Descriptive label associated with this scaling policy.
|
ScalingPolicy |
ScalingPolicy.withScalingAdjustment(Integer scalingAdjustment) |
Amount of adjustment to make, based on the scaling adjustment type.
|
ScalingPolicy |
ScalingPolicy.withScalingAdjustmentType(ScalingAdjustmentType scalingAdjustmentType) |
Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ChangeInCapacity: add (or subtract) the scaling adjustment value from
the current instance count.
|
ScalingPolicy |
ScalingPolicy.withScalingAdjustmentType(String scalingAdjustmentType) |
Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ChangeInCapacity: add (or subtract) the scaling adjustment value from
the current instance count.
|
ScalingPolicy |
ScalingPolicy.withStatus(ScalingStatusType status) |
Current status of the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withStatus(String status) |
Current status of the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withThreshold(Double threshold) |
Metric value used to trigger a scaling event.
|