| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
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 identifier for a fleet that is associated with this scaling policy.
|
ScalingPolicy |
ScalingPolicy.withMetricName(MetricName metricName)
Name of the Amazon GameLift-defined metric that is used to trigger an adjustment.
|
ScalingPolicy |
ScalingPolicy.withMetricName(String metricName)
Name of the Amazon GameLift-defined metric that is used to trigger an adjustment.
|
ScalingPolicy |
ScalingPolicy.withName(String name)
Descriptive label that is associated with a 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):
|
ScalingPolicy |
ScalingPolicy.withScalingAdjustmentType(String scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see FleetCapacity):
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScalingPolicy> |
DescribeScalingPoliciesResult.getScalingPolicies()
Collection of objects containing the scaling policies matching the request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeScalingPoliciesResult |
DescribeScalingPoliciesResult.withScalingPolicies(ScalingPolicy... scalingPolicies)
Collection of objects containing the scaling policies matching the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeScalingPoliciesResult.setScalingPolicies(Collection<ScalingPolicy> scalingPolicies)
Collection of objects containing the scaling policies matching the request.
|
DescribeScalingPoliciesResult |
DescribeScalingPoliciesResult.withScalingPolicies(Collection<ScalingPolicy> scalingPolicies)
Collection of objects containing the scaling policies matching the request.
|
Copyright © 2017. All rights reserved.