| Package | Description |
|---|---|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
Disk |
Disk.clone() |
Disk |
Disk.withBytes(Long bytes)
The amount of storage on the disk in bytes.
|
Disk |
Disk.withDeviceName(String deviceName)
The disk or device name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Disk> |
SourceProperties.getDisks()
An array of disks.
|
| Modifier and Type | Method and Description |
|---|---|
SourceProperties |
SourceProperties.withDisks(Disk... disks)
An array of disks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceProperties.setDisks(Collection<Disk> disks)
An array of disks.
|
SourceProperties |
SourceProperties.withDisks(Collection<Disk> disks)
An array of disks.
|
Copyright © 2022. All rights reserved.