| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceSnapshotInfo |
InstanceSnapshotInfo.clone() |
InstanceSnapshotInfo |
ExportSnapshotRecordSourceInfo.getInstanceSnapshotInfo()
A list of objects describing an instance snapshot.
|
InstanceSnapshotInfo |
InstanceSnapshotInfo.withFromBlueprintId(String fromBlueprintId)
The blueprint ID from which the source instance (e.g.,
os_debian_8_3). |
InstanceSnapshotInfo |
InstanceSnapshotInfo.withFromBundleId(String fromBundleId)
The bundle ID from which the source instance was created (e.g.,
micro_1_0). |
InstanceSnapshotInfo |
InstanceSnapshotInfo.withFromDiskInfo(Collection<DiskInfo> fromDiskInfo)
A list of objects describing the disks that were attached to the source instance.
|
InstanceSnapshotInfo |
InstanceSnapshotInfo.withFromDiskInfo(DiskInfo... fromDiskInfo)
A list of objects describing the disks that were attached to the source instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExportSnapshotRecordSourceInfo.setInstanceSnapshotInfo(InstanceSnapshotInfo instanceSnapshotInfo)
A list of objects describing an instance snapshot.
|
ExportSnapshotRecordSourceInfo |
ExportSnapshotRecordSourceInfo.withInstanceSnapshotInfo(InstanceSnapshotInfo instanceSnapshotInfo)
A list of objects describing an instance snapshot.
|
Copyright © 2019. All rights reserved.