Uses of Class
software.amazon.awssdk.services.lightsail.model.AddOnRequest
-
Packages that use AddOnRequest Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of AddOnRequest in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return AddOnRequest Modifier and Type Method Description AddOnRequestEnableAddOnRequest. addOnRequest()An array of strings representing the add-on to enable or modify.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type AddOnRequest Modifier and Type Method Description List<AddOnRequest>CreateDiskFromSnapshotRequest. addOns()An array of objects that represent the add-ons to enable for the new disk.List<AddOnRequest>CreateDiskRequest. addOns()An array of objects that represent the add-ons to enable for the new disk.List<AddOnRequest>CreateInstancesFromSnapshotRequest. addOns()An array of objects representing the add-ons to enable for the new instance.List<AddOnRequest>CreateInstancesRequest. addOns()An array of objects representing the add-ons to enable for the new instance.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type AddOnRequest Modifier and Type Method Description EnableAddOnRequest.BuilderEnableAddOnRequest.Builder. addOnRequest(AddOnRequest addOnRequest)An array of strings representing the add-on to enable or modify.CreateDiskFromSnapshotRequest.BuilderCreateDiskFromSnapshotRequest.Builder. addOns(AddOnRequest... addOns)An array of objects that represent the add-ons to enable for the new disk.CreateDiskRequest.BuilderCreateDiskRequest.Builder. addOns(AddOnRequest... addOns)An array of objects that represent the add-ons to enable for the new disk.CreateInstancesFromSnapshotRequest.BuilderCreateInstancesFromSnapshotRequest.Builder. addOns(AddOnRequest... addOns)An array of objects representing the add-ons to enable for the new instance.CreateInstancesRequest.BuilderCreateInstancesRequest.Builder. addOns(AddOnRequest... addOns)An array of objects representing the add-ons to enable for the new instance.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type AddOnRequest Modifier and Type Method Description CreateDiskFromSnapshotRequest.BuilderCreateDiskFromSnapshotRequest.Builder. addOns(Collection<AddOnRequest> addOns)An array of objects that represent the add-ons to enable for the new disk.CreateDiskRequest.BuilderCreateDiskRequest.Builder. addOns(Collection<AddOnRequest> addOns)An array of objects that represent the add-ons to enable for the new disk.CreateInstancesFromSnapshotRequest.BuilderCreateInstancesFromSnapshotRequest.Builder. addOns(Collection<AddOnRequest> addOns)An array of objects representing the add-ons to enable for the new instance.CreateInstancesRequest.BuilderCreateInstancesRequest.Builder. addOns(Collection<AddOnRequest> addOns)An array of objects representing the add-ons to enable for the new instance.
-