Uses of Class
com.amazonaws.services.gamelift.model.ScalingAdjustmentType
-
Packages that use ScalingAdjustmentType Package Description com.amazonaws.services.gamelift.model -
-
Uses of ScalingAdjustmentType in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return ScalingAdjustmentType Modifier and Type Method 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.Methods in com.amazonaws.services.gamelift.model with parameters of type ScalingAdjustmentType Modifier and Type Method 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.
-