| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
List<AddOn> |
Instance.addOns()
An array of objects representing the add-ons enabled on the instance.
|
List<AddOn> |
Disk.addOns()
An array of objects representing the add-ons enabled on the disk.
|
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.addOns(AddOn... addOns)
An array of objects representing the add-ons enabled on the instance.
|
Disk.Builder |
Disk.Builder.addOns(AddOn... addOns)
An array of objects representing the add-ons enabled on the disk.
|
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.addOns(Collection<AddOn> addOns)
An array of objects representing the add-ons enabled on the instance.
|
Disk.Builder |
Disk.Builder.addOns(Collection<AddOn> addOns)
An array of objects representing the add-ons enabled on the disk.
|
Copyright © 2021. All rights reserved.