| 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 |
ScalingPolicy.setScalingAdjustmentType(ScalingAdjustmentType scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see FleetCapacity):
|
void |
PutScalingPolicyRequest.setScalingAdjustmentType(ScalingAdjustmentType scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see FleetCapacity):
|
ScalingPolicy |
ScalingPolicy.withScalingAdjustmentType(ScalingAdjustmentType scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see FleetCapacity):
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withScalingAdjustmentType(ScalingAdjustmentType scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see FleetCapacity):
|
Copyright © 2017. All rights reserved.