Uses of Enum
com.exoscale.sdk.model.UpdateSksClusterRequest.AddonsEnum
Packages that use UpdateSksClusterRequest.AddonsEnum
-
Uses of UpdateSksClusterRequest.AddonsEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return UpdateSksClusterRequest.AddonsEnumModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static UpdateSksClusterRequest.AddonsEnum[]
UpdateSksClusterRequest.AddonsEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model that return types with arguments of type UpdateSksClusterRequest.AddonsEnumMethods in com.exoscale.sdk.model with parameters of type UpdateSksClusterRequest.AddonsEnumModifier and TypeMethodDescriptionUpdateSksClusterRequest.addAddonsItem
(UpdateSksClusterRequest.AddonsEnum addonsItem) Method parameters in com.exoscale.sdk.model with type arguments of type UpdateSksClusterRequest.AddonsEnumModifier and TypeMethodDescriptionUpdateSksClusterRequest.addons
(Set<UpdateSksClusterRequest.AddonsEnum> addons) void
UpdateSksClusterRequest.setAddons
(Set<UpdateSksClusterRequest.AddonsEnum> addons)