| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
AddOn |
AddOn.clone() |
AddOn |
AddOn.withName(String name)
The name of the add-on.
|
AddOn |
AddOn.withNextSnapshotTimeOfDay(String nextSnapshotTimeOfDay)
The next daily time an automatic snapshot will be created.
|
AddOn |
AddOn.withSnapshotTimeOfDay(String snapshotTimeOfDay)
The daily time when an automatic snapshot is created.
|
AddOn |
AddOn.withStatus(String status)
The status of the add-on.
|
| Modifier and Type | Method and Description |
|---|---|
List<AddOn> |
Disk.getAddOns()
An array of objects representing the add-ons enabled on the disk.
|
List<AddOn> |
Instance.getAddOns()
An array of objects representing the add-ons enabled on the instance.
|
| Modifier and Type | Method and Description |
|---|---|
Disk |
Disk.withAddOns(AddOn... addOns)
An array of objects representing the add-ons enabled on the disk.
|
Instance |
Instance.withAddOns(AddOn... addOns)
An array of objects representing the add-ons enabled on the instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Disk.setAddOns(Collection<AddOn> addOns)
An array of objects representing the add-ons enabled on the disk.
|
void |
Instance.setAddOns(Collection<AddOn> addOns)
An array of objects representing the add-ons enabled on the instance.
|
Disk |
Disk.withAddOns(Collection<AddOn> addOns)
An array of objects representing the add-ons enabled on the disk.
|
Instance |
Instance.withAddOns(Collection<AddOn> addOns)
An array of objects representing the add-ons enabled on the instance.
|
Copyright © 2023. All rights reserved.