Uses of Class
software.amazon.awssdk.services.batch.model.CRAllocationStrategy
-
Packages that use CRAllocationStrategy Package Description software.amazon.awssdk.services.batch.model -
-
Uses of CRAllocationStrategy in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return CRAllocationStrategy Modifier and Type Method Description CRAllocationStrategyComputeResource. allocationStrategy()The allocation strategy to use for the compute resource if not enough instances of the best fitting instance type can be allocated.static CRAllocationStrategyCRAllocationStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CRAllocationStrategyCRAllocationStrategy. 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.Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type CRAllocationStrategy Modifier and Type Method Description static Set<CRAllocationStrategy>CRAllocationStrategy. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type CRAllocationStrategy Modifier and Type Method Description ComputeResource.BuilderComputeResource.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.
-