| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
DiskMap |
DiskMap.clone() |
DiskMap |
DiskMap.withNewDiskName(String newDiskName)
The new disk name (e.g.,
my-new-disk). |
DiskMap |
DiskMap.withOriginalDiskPath(String originalDiskPath)
The original disk path exposed to the instance (for example,
/dev/sdh). |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<DiskMap>> |
CreateInstancesFromSnapshotRequest.getAttachedDiskMapping()
An object containing information about one or more disk mappings.
|
| Modifier and Type | Method and Description |
|---|---|
CreateInstancesFromSnapshotRequest |
CreateInstancesFromSnapshotRequest.addAttachedDiskMappingEntry(String key,
List<DiskMap> value) |
void |
CreateInstancesFromSnapshotRequest.setAttachedDiskMapping(Map<String,List<DiskMap>> attachedDiskMapping)
An object containing information about one or more disk mappings.
|
CreateInstancesFromSnapshotRequest |
CreateInstancesFromSnapshotRequest.withAttachedDiskMapping(Map<String,List<DiskMap>> attachedDiskMapping)
An object containing information about one or more disk mappings.
|
Copyright © 2020. All rights reserved.