| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
AttachedDisk |
AttachedDisk.clone() |
AttachedDisk |
AttachedDisk.withPath(String path)
The path of the disk (e.g.,
/dev/xvdf). |
AttachedDisk |
AttachedDisk.withSizeInGb(Integer sizeInGb)
The size of the disk in GB.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttachedDisk> |
AutoSnapshotDetails.getFromAttachedDisks()
An array of objects that describe the block storage disks attached to the instance when the automatic snapshot
was created.
|
| Modifier and Type | Method and Description |
|---|---|
AutoSnapshotDetails |
AutoSnapshotDetails.withFromAttachedDisks(AttachedDisk... fromAttachedDisks)
An array of objects that describe the block storage disks attached to the instance when the automatic snapshot
was created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutoSnapshotDetails.setFromAttachedDisks(Collection<AttachedDisk> fromAttachedDisks)
An array of objects that describe the block storage disks attached to the instance when the automatic snapshot
was created.
|
AutoSnapshotDetails |
AutoSnapshotDetails.withFromAttachedDisks(Collection<AttachedDisk> fromAttachedDisks)
An array of objects that describe the block storage disks attached to the instance when the automatic snapshot
was created.
|
Copyright © 2021. All rights reserved.