Uses of Enum
software.amazon.awscdk.services.batch.AllocationStrategy
Packages that use AllocationStrategy
-
Uses of AllocationStrategy in software.amazon.awscdk.services.batch
Methods in software.amazon.awscdk.services.batch that return AllocationStrategyModifier and TypeMethodDescriptiondefault AllocationStrategyComputeResources.getAllocationStrategy()(experimental) The allocation strategy to use for the compute resource in case not enough instances of the best fitting instance type can be allocated.final AllocationStrategyComputeResources.Jsii$Proxy.getAllocationStrategy()static AllocationStrategyReturns the enum constant of this type with the specified name.static AllocationStrategy[]AllocationStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.batch with parameters of type AllocationStrategyModifier and TypeMethodDescriptionComputeResources.Builder.allocationStrategy(AllocationStrategy allocationStrategy) Sets the value ofComputeResources.getAllocationStrategy()