Uses of Class
software.amazon.awssdk.services.batch.model.CRUpdateAllocationStrategy
-
Packages that use CRUpdateAllocationStrategy Package Description software.amazon.awssdk.services.batch.model -
-
Uses of CRUpdateAllocationStrategy in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return CRUpdateAllocationStrategy Modifier and Type Method Description CRUpdateAllocationStrategyComputeResourceUpdate. allocationStrategy()The allocation strategy to use for the compute resource if there's not enough instances of the best fitting instance type that can be allocated.static CRUpdateAllocationStrategyCRUpdateAllocationStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CRUpdateAllocationStrategyCRUpdateAllocationStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static CRUpdateAllocationStrategy[]CRUpdateAllocationStrategy. 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 CRUpdateAllocationStrategy Modifier and Type Method Description static Set<CRUpdateAllocationStrategy>CRUpdateAllocationStrategy. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type CRUpdateAllocationStrategy Modifier and Type Method Description ComputeResourceUpdate.BuilderComputeResourceUpdate.Builder. allocationStrategy(CRUpdateAllocationStrategy allocationStrategy)The allocation strategy to use for the compute resource if there's not enough instances of the best fitting instance type that can be allocated.
-