Uses of Enum
software.amazon.awscdk.services.batch.AllocationStrategy
-
Uses of AllocationStrategy in software.amazon.awscdk.services.batch
Modifier and TypeMethodDescriptiondefault AllocationStrategy
IManagedEc2EcsComputeEnvironment.getAllocationStrategy()
The allocation strategy to use if not enough instances of the best fitting instance type can be allocated.default AllocationStrategy
IManagedEc2EcsComputeEnvironment.Jsii$Default.getAllocationStrategy()
The allocation strategy to use if not enough instances of the best fitting instance type can be allocated.final AllocationStrategy
IManagedEc2EcsComputeEnvironment.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 AllocationStrategy
ManagedEc2EcsComputeEnvironmentProps.getAllocationStrategy()
The allocation strategy to use if not enough instances of the best fitting instance type can be allocated.final AllocationStrategy
ManagedEc2EcsComputeEnvironmentProps.Jsii$Proxy.getAllocationStrategy()
ManagedEc2EksComputeEnvironment.getAllocationStrategy()
The allocation strategy to use if not enough instances of the best fitting instance type can be allocated.default AllocationStrategy
ManagedEc2EksComputeEnvironmentProps.getAllocationStrategy()
The allocation strategy to use if not enough instances of the best fitting instance type can be allocated.final AllocationStrategy
ManagedEc2EksComputeEnvironmentProps.Jsii$Proxy.getAllocationStrategy()
static AllocationStrategy
Returns 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.Modifier 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()