| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutScalingPolicyResult> |
AbstractAmazonGameLiftAsync.putScalingPolicyAsync(PutScalingPolicyRequest request,
AsyncHandler<PutScalingPolicyRequest,PutScalingPolicyResult> asyncHandler) |
Future<PutScalingPolicyResult> |
AmazonGameLiftAsyncClient.putScalingPolicyAsync(PutScalingPolicyRequest request,
AsyncHandler<PutScalingPolicyRequest,PutScalingPolicyResult> asyncHandler) |
Future<PutScalingPolicyResult> |
AmazonGameLiftAsync.putScalingPolicyAsync(PutScalingPolicyRequest putScalingPolicyRequest,
AsyncHandler<PutScalingPolicyRequest,PutScalingPolicyResult> asyncHandler)
Creates or updates a scaling policy for a fleet.
|
| Modifier and Type | Method and Description |
|---|---|
PutScalingPolicyRequest |
PutScalingPolicyRequest.clone() |
PutScalingPolicyRequest |
PutScalingPolicyRequest.withComparisonOperator(ComparisonOperatorType comparisonOperator)
Comparison operator to use when measuring the metric against the threshold value.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withComparisonOperator(String comparisonOperator)
Comparison operator to use when measuring the metric against the threshold value.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withEvaluationPeriods(Integer evaluationPeriods)
Length of time (in minutes) the metric must be at or beyond the threshold before a scaling event is triggered.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withFleetId(String fleetId)
A unique identifier for a fleet to apply this policy to.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withMetricName(MetricName metricName)
Name of the Amazon GameLift-defined metric that is used to trigger a scaling adjustment.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withMetricName(String metricName)
Name of the Amazon GameLift-defined metric that is used to trigger a scaling adjustment.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withName(String name)
A descriptive label that is associated with a scaling policy.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withPolicyType(PolicyType policyType)
The type of scaling policy to create.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withPolicyType(String policyType)
The type of scaling policy to create.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withScalingAdjustment(Integer scalingAdjustment)
Amount of adjustment to make, based on the scaling adjustment type.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withScalingAdjustmentType(ScalingAdjustmentType scalingAdjustmentType)
The type of adjustment to make to a fleet's instance count (see FleetCapacity):
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withScalingAdjustmentType(String scalingAdjustmentType)
The type of adjustment to make to a fleet's instance count (see FleetCapacity):
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withTargetConfiguration(TargetConfiguration targetConfiguration)
The settings for a target-based scaling policy.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withThreshold(Double threshold)
Metric value used to trigger a scaling event.
|
Copyright © 2020. All rights reserved.