Uses of Enum
com.amazonaws.services.gamelift.model.ScalingAdjustmentType
Packages that use ScalingAdjustmentType
-
Uses of ScalingAdjustmentType in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return ScalingAdjustmentTypeModifier and TypeMethodDescriptionstatic ScalingAdjustmentType
Use this in place of valueOf.static ScalingAdjustmentType
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 ScalingAdjustmentTypeModifier and TypeMethodDescriptionvoid
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.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.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.