| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static CRAllocationStrategy |
CRAllocationStrategy.fromValue(String value)
Use this in place of valueOf.
|
static CRAllocationStrategy |
CRAllocationStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CRAllocationStrategy[] |
CRAllocationStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComputeResource.setAllocationStrategy(CRAllocationStrategy allocationStrategy)
The allocation strategy to use for the compute resource if not enough instances of the best fitting instance type
can be allocated.
|
ComputeResource |
ComputeResource.withAllocationStrategy(CRAllocationStrategy allocationStrategy)
The allocation strategy to use for the compute resource if not enough instances of the best fitting instance type
can be allocated.
|
Copyright © 2021. All rights reserved.