Uses of Enum
co.yellowdog.platform.model.AwsFleetOnDemandAllocationStrategy
Packages that use AwsFleetOnDemandAllocationStrategy
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of AwsFleetOnDemandAllocationStrategy in co.yellowdog.platform.model
Subclasses with type arguments of type AwsFleetOnDemandAllocationStrategy in co.yellowdog.platform.modelModifier and TypeClassDescriptionenum
Specifies the order of the instance overrides that should be used in fulfilling On-Demand capacity.Methods in co.yellowdog.platform.model that return AwsFleetOnDemandAllocationStrategyModifier and TypeMethodDescriptionAwsFleetOnDemandOptions.getAllocationStrategy()
Determines the order of the instance overrides to use in fulfilling On-Demand capacity.Returns the enum constant of this type with the specified name.static AwsFleetOnDemandAllocationStrategy[]
AwsFleetOnDemandAllocationStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.yellowdog.platform.model with parameters of type AwsFleetOnDemandAllocationStrategyModifier and TypeMethodDescriptionAwsFleetOnDemandOptions.Builder.allocationStrategy
(AwsFleetOnDemandAllocationStrategy allocationStrategy) Determines the order of the instance overrides to use in fulfilling On-Demand capacity.void
AwsFleetOnDemandOptions.setAllocationStrategy
(AwsFleetOnDemandAllocationStrategy allocationStrategy) Determines the order of the instance overrides to use in fulfilling On-Demand capacity.