Uses of Enum
software.amazon.awscdk.services.autoscaling.ScalingProcess
Packages that use ScalingProcess
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of ScalingProcess in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return ScalingProcessModifier and TypeMethodDescriptionstatic ScalingProcessReturns the enum constant of this type with the specified name.static ScalingProcess[]ScalingProcess.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.autoscaling that return types with arguments of type ScalingProcessModifier and TypeMethodDescriptiondefault List<ScalingProcess> RollingUpdateOptions.getSuspendProcesses()Specifies the Auto Scaling processes to suspend during a stack update.final List<ScalingProcess> RollingUpdateOptions.Jsii$Proxy.getSuspendProcesses()Method parameters in software.amazon.awscdk.services.autoscaling with type arguments of type ScalingProcessModifier and TypeMethodDescriptionRollingUpdateOptions.Builder.suspendProcesses(List<? extends ScalingProcess> suspendProcesses) Sets the value ofRollingUpdateOptions.getSuspendProcesses()