Uses of Class
software.amazon.awssdk.services.autoscalingplans.model.ScalingPolicyUpdateBehavior
-
Packages that use ScalingPolicyUpdateBehavior Package Description software.amazon.awssdk.services.autoscalingplans.model -
-
Uses of ScalingPolicyUpdateBehavior in software.amazon.awssdk.services.autoscalingplans.model
Methods in software.amazon.awssdk.services.autoscalingplans.model that return ScalingPolicyUpdateBehavior Modifier and Type Method Description static ScalingPolicyUpdateBehaviorScalingPolicyUpdateBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScalingPolicyUpdateBehaviorScalingInstruction. scalingPolicyUpdateBehavior()Controls whether a resource's externally created scaling policies are kept or replaced.static ScalingPolicyUpdateBehaviorScalingPolicyUpdateBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static ScalingPolicyUpdateBehavior[]ScalingPolicyUpdateBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.autoscalingplans.model that return types with arguments of type ScalingPolicyUpdateBehavior Modifier and Type Method Description static Set<ScalingPolicyUpdateBehavior>ScalingPolicyUpdateBehavior. knownValues()Methods in software.amazon.awssdk.services.autoscalingplans.model with parameters of type ScalingPolicyUpdateBehavior Modifier and Type Method Description ScalingInstruction.BuilderScalingInstruction.Builder. scalingPolicyUpdateBehavior(ScalingPolicyUpdateBehavior scalingPolicyUpdateBehavior)Controls whether a resource's externally created scaling policies are kept or replaced.
-