Uses of Enum
co.yellowdog.platform.model.AwsCapacityReservationPreference
Packages that use AwsCapacityReservationPreference
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of AwsCapacityReservationPreference in co.yellowdog.platform.model
Subclasses with type arguments of type AwsCapacityReservationPreference in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return AwsCapacityReservationPreferenceModifier and TypeMethodDescriptionAwsCapacityReservation.getPreference()
Returns the enum constant of this type with the specified name.static AwsCapacityReservationPreference[]
AwsCapacityReservationPreference.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 AwsCapacityReservationPreferenceModifier and TypeMethodDescriptionAwsCapacityReservation.Builder.preference
(AwsCapacityReservationPreference preference) void
AwsCapacityReservation.setPreference
(AwsCapacityReservationPreference preference)