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 AllocationStrategyIManagedEc2EcsComputeEnvironment.getAllocationStrategy()The allocation strategy to use if not enough instances of the best fitting instance type can be allocated.default AllocationStrategyIManagedEc2EcsComputeEnvironment.Jsii$Default.getAllocationStrategy()The allocation strategy to use if not enough instances of the best fitting instance type can be allocated.final AllocationStrategyIManagedEc2EcsComputeEnvironment.Jsii$Proxy.getAllocationStrategy()The allocation strategy to use if not enough instances of the best fitting instance type can be allocated.ManagedEc2EcsComputeEnvironment.getAllocationStrategy()The allocation strategy to use if not enough instances of the best fitting instance type can be allocated.default AllocationStrategyManagedEc2EcsComputeEnvironmentProps.getAllocationStrategy()The allocation strategy to use if not enough instances of the best fitting instance type can be allocated.final AllocationStrategyManagedEc2EcsComputeEnvironmentProps.Jsii$Proxy.getAllocationStrategy()ManagedEc2EksComputeEnvironment.getAllocationStrategy()The allocation strategy to use if not enough instances of the best fitting instance type can be allocated.default AllocationStrategyManagedEc2EksComputeEnvironmentProps.getAllocationStrategy()The allocation strategy to use if not enough instances of the best fitting instance type can be allocated.final AllocationStrategyManagedEc2EksComputeEnvironmentProps.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 TypeMethodDescriptionManagedEc2EcsComputeEnvironment.Builder.allocationStrategy(AllocationStrategy allocationStrategy) The allocation strategy to use if not enough instances of the best fitting instance type can be allocated.ManagedEc2EcsComputeEnvironmentProps.Builder.allocationStrategy(AllocationStrategy allocationStrategy) Sets the value ofManagedEc2EcsComputeEnvironmentProps.getAllocationStrategy()ManagedEc2EksComputeEnvironment.Builder.allocationStrategy(AllocationStrategy allocationStrategy) The allocation strategy to use if not enough instances of the best fitting instance type can be allocated.ManagedEc2EksComputeEnvironmentProps.Builder.allocationStrategy(AllocationStrategy allocationStrategy) Sets the value ofManagedEc2EksComputeEnvironmentProps.getAllocationStrategy()