Package | Description |
---|---|
com.amazonaws.services.gamelift | |
com.amazonaws.services.gamelift.model |
Modifier and Type | Method and Description |
---|---|
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.
|
Future<PutScalingPolicyResult> |
AbstractAmazonGameLiftAsync.putScalingPolicyAsync(PutScalingPolicyRequest request,
AsyncHandler<PutScalingPolicyRequest,PutScalingPolicyResult> asyncHandler) |
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)
Unique identity for the fleet to scale with this policy.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withMetricName(MetricName metricName)
Name of the Service-defined metric that is used to trigger an adjustment.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withMetricName(String metricName)
Name of the Service-defined metric that is used to trigger an adjustment.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withName(String name)
Descriptive label associated with this scaling policy.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withScalingAdjustment(Integer scalingAdjustment)
Amount of adjustment to make, based on the scaling adjustment type.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.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.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.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.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withThreshold(Double threshold)
Metric value used to trigger a scaling event.
|
Copyright © 2018. All rights reserved.