Package | Description |
---|---|
com.amazonaws.services.gamelift.model |
Modifier and Type | Method and Description |
---|---|
static ScalingAdjustmentType |
ScalingAdjustmentType.fromValue(String value)
Use this in place of valueOf.
|
static ScalingAdjustmentType |
ScalingAdjustmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScalingAdjustmentType[] |
ScalingAdjustmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PutScalingPolicyRequest.setScalingAdjustmentType(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.
|
void |
ScalingPolicy.setScalingAdjustmentType(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(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 |
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.
|
Copyright © 2018. All rights reserved.