Uses of Enum
co.yellowdog.platform.model.AwsFleetSpotAllocationStrategy
Packages that use AwsFleetSpotAllocationStrategy
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of AwsFleetSpotAllocationStrategy in co.yellowdog.platform.model
Subclasses with type arguments of type AwsFleetSpotAllocationStrategy in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return AwsFleetSpotAllocationStrategyModifier and TypeMethodDescriptionAwsFleetSpotOptions.getAllocationStrategy()Determines the order of the instance overrides to use in fulfilling Spot capacity.Returns the enum constant of this type with the specified name.static AwsFleetSpotAllocationStrategy[]AwsFleetSpotAllocationStrategy.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 AwsFleetSpotAllocationStrategyModifier and TypeMethodDescriptionAwsFleetSpotOptions.Builder.allocationStrategy(AwsFleetSpotAllocationStrategy allocationStrategy) Determines the order of the instance overrides to use in fulfilling Spot capacity.voidAwsFleetSpotOptions.setAllocationStrategy(AwsFleetSpotAllocationStrategy allocationStrategy) Determines the order of the instance overrides to use in fulfilling Spot capacity.