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 ScalingAdjustmentTypeScalingAdjustmentType. fromValue(String value)Use this in place of valueOf.static ScalingAdjustmentTypeScalingAdjustmentType. 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 voidPutScalingPolicyRequest. 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.voidScalingPolicy. 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.PutScalingPolicyRequestPutScalingPolicyRequest. 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.ScalingPolicyScalingPolicy. 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.
-