Uses of Class
com.amazonaws.services.gamelift.model.ScalingPolicy
Packages that use ScalingPolicy
-
Uses of ScalingPolicy in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return ScalingPolicyModifier and TypeMethodDescriptionScalingPolicy.clone()
ScalingPolicy.withComparisonOperator
(ComparisonOperatorType comparisonOperator) Comparison operator to use when measuring a metric against the threshold value.ScalingPolicy.withComparisonOperator
(String comparisonOperator) Comparison operator to use when measuring a metric against the threshold value.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.withFleetId
(String fleetId) Unique identity for the fleet associated with this scaling policy.ScalingPolicy.withMetricName
(MetricName metricName) Name of the GameLift-defined metric that is used to trigger an adjustment.ScalingPolicy.withMetricName
(String metricName) Name of the GameLift-defined metric that is used to trigger an adjustment.Descriptive label associated with this scaling policy.ScalingPolicy.withScalingAdjustment
(Integer scalingAdjustment) Amount of adjustment to make, based on the scaling adjustment type.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.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.withStatus
(ScalingStatusType status) Current status of the scaling policy.ScalingPolicy.withStatus
(String status) Current status of the scaling policy.ScalingPolicy.withThreshold
(Double threshold) Metric value used to trigger a scaling event.Methods in com.amazonaws.services.gamelift.model that return types with arguments of type ScalingPolicyModifier and TypeMethodDescriptionDescribeScalingPoliciesResult.getScalingPolicies()
Collection of objects containing the scaling policies matching the request.Methods in com.amazonaws.services.gamelift.model with parameters of type ScalingPolicyModifier and TypeMethodDescriptionDescribeScalingPoliciesResult.withScalingPolicies
(ScalingPolicy... scalingPolicies) Collection of objects containing the scaling policies matching the request.Method parameters in com.amazonaws.services.gamelift.model with type arguments of type ScalingPolicyModifier and TypeMethodDescriptionvoid
DescribeScalingPoliciesResult.setScalingPolicies
(Collection<ScalingPolicy> scalingPolicies) Collection of objects containing the scaling policies matching the request.DescribeScalingPoliciesResult.withScalingPolicies
(Collection<ScalingPolicy> scalingPolicies) Collection of objects containing the scaling policies matching the request.