Uses of Enum
software.amazon.awscdk.services.autoscaling.InstanceRefreshStrategy
Packages that use InstanceRefreshStrategy
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of InstanceRefreshStrategy in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return InstanceRefreshStrategyModifier and TypeMethodDescriptionInstanceRefreshOptions.getStrategy()The strategy to use for the instance refresh.final InstanceRefreshStrategyInstanceRefreshOptions.Jsii$Proxy.getStrategy()static InstanceRefreshStrategyReturns the enum constant of this type with the specified name.static InstanceRefreshStrategy[]InstanceRefreshStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.autoscaling with parameters of type InstanceRefreshStrategyModifier and TypeMethodDescriptionInstanceRefreshOptions.Builder.strategy(InstanceRefreshStrategy strategy) Sets the value ofInstanceRefreshOptions.getStrategy()