| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
CRAllocationStrategy |
ComputeResource.allocationStrategy()
The allocation strategy to use for the compute resource if not enough instances of the best fitting instance type
can be allocated.
|
static CRAllocationStrategy |
CRAllocationStrategy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<CRAllocationStrategy> |
CRAllocationStrategy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ComputeResource.Builder |
ComputeResource.Builder.allocationStrategy(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 © 2023. All rights reserved.