Uses of Class
software.amazon.awssdk.services.lightsail.model.AddOn
-
Packages that use AddOn Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of AddOn in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type AddOn Modifier and Type Method Description List<AddOn>Disk. addOns()An array of objects representing the add-ons enabled on the disk.List<AddOn>Instance. addOns()An array of objects representing the add-ons enabled on the instance.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type AddOn Modifier and Type Method Description Disk.BuilderDisk.Builder. addOns(AddOn... addOns)An array of objects representing the add-ons enabled on the disk.Instance.BuilderInstance.Builder. addOns(AddOn... addOns)An array of objects representing the add-ons enabled on the instance.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type AddOn Modifier and Type Method Description Disk.BuilderDisk.Builder. addOns(Collection<AddOn> addOns)An array of objects representing the add-ons enabled on the disk.Instance.BuilderInstance.Builder. addOns(Collection<AddOn> addOns)An array of objects representing the add-ons enabled on the instance.
-