Uses of Enum
software.amazon.awscdk.services.autoscaling.OnDemandAllocationStrategy
Packages that use OnDemandAllocationStrategy
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of OnDemandAllocationStrategy in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return OnDemandAllocationStrategyModifier and TypeMethodDescriptiondefault OnDemandAllocationStrategyInstancesDistribution.getOnDemandAllocationStrategy()Indicates how to allocate instance types to fulfill On-Demand capacity.InstancesDistribution.Jsii$Proxy.getOnDemandAllocationStrategy()static OnDemandAllocationStrategyReturns the enum constant of this type with the specified name.static OnDemandAllocationStrategy[]OnDemandAllocationStrategy.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 OnDemandAllocationStrategyModifier and TypeMethodDescriptionInstancesDistribution.Builder.onDemandAllocationStrategy(OnDemandAllocationStrategy onDemandAllocationStrategy) Sets the value ofInstancesDistribution.getOnDemandAllocationStrategy()