Uses of Class
software.amazon.awssdk.services.gamelift.model.ScalingAdjustmentType
-
Packages that use ScalingAdjustmentType Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ScalingAdjustmentType in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ScalingAdjustmentType Modifier and Type Method Description static ScalingAdjustmentTypeScalingAdjustmentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScalingAdjustmentTypePutScalingPolicyRequest. scalingAdjustmentType()The type of adjustment to make to a fleet's instance count:ScalingAdjustmentTypeScalingPolicy. scalingAdjustmentType()The type of adjustment to make to a fleet's instance count.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 software.amazon.awssdk.services.gamelift.model that return types with arguments of type ScalingAdjustmentType Modifier and Type Method Description static Set<ScalingAdjustmentType>ScalingAdjustmentType. knownValues()Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ScalingAdjustmentType Modifier and Type Method Description PutScalingPolicyRequest.BuilderPutScalingPolicyRequest.Builder. scalingAdjustmentType(ScalingAdjustmentType scalingAdjustmentType)The type of adjustment to make to a fleet's instance count:ScalingPolicy.BuilderScalingPolicy.Builder. scalingAdjustmentType(ScalingAdjustmentType scalingAdjustmentType)The type of adjustment to make to a fleet's instance count.
-