| Package | Description |
|---|---|
| software.amazon.awscdk.services.batch |
AWS Batch Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default AllocationStrategy |
ComputeResources.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.
|
AllocationStrategy |
ComputeResources.Jsii$Proxy.getAllocationStrategy() |
static AllocationStrategy |
AllocationStrategy.valueOf(String name)
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 Type | Method and Description |
|---|---|
ComputeResources.Builder |
ComputeResources.Builder.allocationStrategy(AllocationStrategy allocationStrategy)
Sets the value of
ComputeResources.getAllocationStrategy() |
Copyright © 2022. All rights reserved.