| Package | Description |
|---|---|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
RecoveryInstanceDisk |
RecoveryInstanceDisk.clone() |
RecoveryInstanceDisk |
RecoveryInstanceDisk.withBytes(Long bytes)
The amount of storage on the disk in bytes.
|
RecoveryInstanceDisk |
RecoveryInstanceDisk.withEbsVolumeID(String ebsVolumeID)
The EBS Volume ID of this disk.
|
RecoveryInstanceDisk |
RecoveryInstanceDisk.withInternalDeviceName(String internalDeviceName)
The internal device name of this disk.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecoveryInstanceDisk> |
RecoveryInstanceProperties.getDisks()
An array of disks.
|
| Modifier and Type | Method and Description |
|---|---|
RecoveryInstanceProperties |
RecoveryInstanceProperties.withDisks(RecoveryInstanceDisk... disks)
An array of disks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecoveryInstanceProperties.setDisks(Collection<RecoveryInstanceDisk> disks)
An array of disks.
|
RecoveryInstanceProperties |
RecoveryInstanceProperties.withDisks(Collection<RecoveryInstanceDisk> disks)
An array of disks.
|
Copyright © 2023. All rights reserved.