| 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)
A 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 a scaling adjustment.
|
ScalingPolicy |
ScalingPolicy.withMetricName(String metricName)
Name of the Amazon GameLift-defined metric that is used to trigger a scaling adjustment.
|
ScalingPolicy |
ScalingPolicy.withName(String name)
A descriptive label that is associated with a scaling policy.
|
ScalingPolicy |
ScalingPolicy.withPolicyType(PolicyType policyType)
The type of scaling policy to create.
|
ScalingPolicy |
ScalingPolicy.withPolicyType(String policyType)
The type of scaling policy to create.
|
ScalingPolicy |
ScalingPolicy.withScalingAdjustment(Integer scalingAdjustment)
Amount of adjustment to make, based on the scaling adjustment type.
|
ScalingPolicy |
ScalingPolicy.withScalingAdjustmentType(ScalingAdjustmentType scalingAdjustmentType)
The type of adjustment to make to a fleet's instance count (see FleetCapacity):
|
ScalingPolicy |
ScalingPolicy.withScalingAdjustmentType(String scalingAdjustmentType)
The 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.withTargetConfiguration(TargetConfiguration targetConfiguration)
The settings for a target-based 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()
A collection of objects containing the scaling policies matching the request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeScalingPoliciesResult |
DescribeScalingPoliciesResult.withScalingPolicies(ScalingPolicy... scalingPolicies)
A collection of objects containing the scaling policies matching the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeScalingPoliciesResult.setScalingPolicies(Collection<ScalingPolicy> scalingPolicies)
A collection of objects containing the scaling policies matching the request.
|
DescribeScalingPoliciesResult |
DescribeScalingPoliciesResult.withScalingPolicies(Collection<ScalingPolicy> scalingPolicies)
A collection of objects containing the scaling policies matching the request.
|
Copyright © 2020. All rights reserved.